#a35718

Color #A35718 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A35718

Tints of Rich Gold #A35718

Color information

#A35718 (or 0xA35718) is unknown color: approx Rich Gold. HEX triplet: A3, 57 and 18. RGB value is (163,87,24). Sum of RGB (Red+Green+Blue) = 163+87+24=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A35718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35718 is #5CA8E7. Grayscale: #666666. Windows color (decimal): -6072552 or 1595299. OLE color: 1595299.

HSL color Cylindrical-coordinate representation of color #A35718: hue angle of 27.19º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A35718 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1638724-
CMYK00.470.850.36
HSL27.19º74.33%36.67%-
HSV(B)27.19º85.28%63.92%-
XYZ18.6814.672.71-
YUV102.5483.68171.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 24 (9.77% from 255) = 8.76%
R=59.49%
G=31.75%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163872400.470.850.3627.1974.3336.67
HexA3571802F55241b4a25
Octal24312730057125443311245
Binary1010001110101111100001011111010101100100110111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35718; }

 p { color: rgb(163,87,24); }

 H1.HeaderClassName
 {
   color: #a35718;
 }
 .AnyTagClassName
 {
   color: #a35718;
 }
</style>
background-color css

<style>
 a { background-color: #a35718; }

 a { background-color: rgb(163,87,24); }

 div.DivClassName
 {
   background-color: #a35718;
 }
 .BgClassName
 {
   background-color: #a35718;
 }
</style>
border-color css

<style>
 span { border-color: #a35718; }

 span { border-color: rgb(163,87,24); }

 td.TdClassName
 {
   border-color: #a35718;
 }
 .TagClassName
 {
   border-color: #a35718;
 }
</style>