#A65A27

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

Shades of Rich Gold #A65A27

Tints of Rich Gold #A65A27

Color information

#A65A27 (or 0xA65A27) is unknown color: approx Rich Gold. HEX triplet: A6, 5A and 27. RGB value is (166,90,39). Sum of RGB (Red+Green+Blue) = 166+90+39=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A27 is #59A5D8. Grayscale: #6B6B6B. Windows color (decimal): -5875161 or 2579110. OLE color: 2579110.

HSL color Cylindrical-coordinate representation of color #A65A27: hue angle of 24.09º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A65A27 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1669039-
CMYK00.460.770.35
HSL24.09º61.95%40.2%-
HSV(B)24.09º76.51%65.1%-
XYZ19.7515.573.88-
YUV106.9189.68170.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=56.27%
G=30.51%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166903900.460.770.3524.0961.9540.2
HexA65A2702E4D23183e28
Octal2461324705611543307650
Binary1010011010110101001110101110100110110001111000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A27; }

 p { color: rgb(166,90,39); }

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

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

 a { background-color: rgb(166,90,39); }

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

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

 span { border-color: rgb(166,90,39); }

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