#A65029

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

Shades of Rich Gold #A65029

Tints of Rich Gold #A65029

Color information

#A65029 (or 0xA65029) is unknown color: approx Rich Gold. HEX triplet: A6, 50 and 29. RGB value is (166,80,41). Sum of RGB (Red+Green+Blue) = 166+80+41=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A65029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65029 is #59AFD6. Grayscale: #656565. Windows color (decimal): -5877719 or 2707622. OLE color: 2707622.

HSL color Cylindrical-coordinate representation of color #A65029: hue angle of 18.72º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A65029 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1668041-
CMYK00.520.750.35
HSL18.72º60.39%40.59%-
HSV(B)18.72º75.3%65.1%-
XYZ18.99143.8-
YUV101.2793.99174.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=57.84%
G=27.87%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166804100.520.750.3518.7260.3940.59
HexA650290344B23133c29
Octal2461205106411343237451
Binary1010011010100001010010110100100101110001110011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65029; }

 p { color: rgb(166,80,41); }

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

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

 a { background-color: rgb(166,80,41); }

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

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

 span { border-color: rgb(166,80,41); }

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