#A6592A

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

Shades of Rich Gold #A6592A

Tints of Rich Gold #A6592A

Color information

#A6592A (or 0xA6592A) is unknown color: approx Rich Gold. HEX triplet: A6, 59 and 2A. RGB value is (166,89,42). Sum of RGB (Red+Green+Blue) = 166+89+42=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6592A is #59A6D5. Grayscale: #6A6A6A. Windows color (decimal): -5875414 or 2775462. OLE color: 2775462.

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

Color convert

RGB1668942-
CMYK00.460.750.35
HSL22.74º59.62%40.78%-
HSV(B)22.74º74.7%65.1%-
XYZ19.7215.424.13-
YUV106.6691.51170.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=55.89%
G=29.97%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166894200.460.750.3522.7459.6240.78
HexA6592A02E4B23173c29
Octal2461315205611343277451
Binary1010011010110011010100101110100101110001110111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6592A; }

 p { color: rgb(166,89,42); }

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

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

 a { background-color: rgb(166,89,42); }

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

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

 span { border-color: rgb(166,89,42); }

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