#A65C27

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

Shades of Rich Gold #A65C27

Tints of Rich Gold #A65C27

Color information

#A65C27 (or 0xA65C27) is unknown color: approx Rich Gold. HEX triplet: A6, 5C and 27. RGB value is (166,92,39). Sum of RGB (Red+Green+Blue) = 166+92+39=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C27 is #59A3D8. Grayscale: #6C6C6C. Windows color (decimal): -5874649 or 2579622. OLE color: 2579622.

HSL color Cylindrical-coordinate representation of color #A65C27: hue angle of 25.04º 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 #A65C27 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1669239-
CMYK00.450.770.35
HSL25.04º61.95%40.2%-
HSV(B)25.04º76.51%65.1%-
XYZ19.9215.913.94-
YUV108.0889.02169.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 39 (15.62% from 255) = 13.13%
R=55.89%
G=30.98%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166923900.450.770.3525.0461.9540.2
HexA65C2702D4D23193e28
Octal2461344705511543317650
Binary1010011010111001001110101101100110110001111001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C27; }

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

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

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

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

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

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

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

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