#A65127

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

Shades of Rich Gold #A65127

Tints of Rich Gold #A65127

Color information

#A65127 (or 0xA65127) is unknown color: approx Rich Gold. HEX triplet: A6, 51 and 27. RGB value is (166,81,39). Sum of RGB (Red+Green+Blue) = 166+81+39=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A65127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65127 is #59AED8. Grayscale: #656565. Windows color (decimal): -5877465 or 2576806. OLE color: 2576806.

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

Color convert

RGB1668139-
CMYK00.510.770.35
HSL19.84º61.95%40.2%-
HSV(B)19.84º76.51%65.1%-
XYZ19.0314.143.65-
YUV101.6392.66173.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.04%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 39 (15.62% from 255) = 13.64%
R=58.04%
G=28.32%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166813900.510.770.3519.8461.9540.2
HexA651270334D23143e28
Octal2461214706311543247650
Binary1010011010100011001110110011100110110001110100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65127; }

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

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

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

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

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

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

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

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