#A64B19

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

Shades of Rich Gold #A64B19

Tints of Rich Gold #A64B19

Color information

#A64B19 (or 0xA64B19) is unknown color: approx Rich Gold. HEX triplet: A6, 4B and 19. RGB value is (166,75,25). Sum of RGB (Red+Green+Blue) = 166+75+25=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64B19 is #59B4E6. Grayscale: #606060. Windows color (decimal): -5879015 or 1657766. OLE color: 1657766.

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

Color convert

RGB1667525-
CMYK00.550.850.35
HSL21.28º73.82%37.45%-
HSV(B)21.28º84.94%65.1%-
XYZ18.4213.212.5-
YUV96.5187.65177.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 25 (10.16% from 255) = 9.40%
R=62.41%
G=28.20%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166752500.550.850.3521.2873.8237.45
HexA64B190375523154a25
Octal24611331067125432511245
Binary1010011010010111100101101111010101100011101011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B19; }

 p { color: rgb(166,75,25); }

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

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

 a { background-color: rgb(166,75,25); }

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

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

 span { border-color: rgb(166,75,25); }

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