#A65826

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

Shades of Rich Gold #A65826

Tints of Rich Gold #A65826

Color information

#A65826 (or 0xA65826) is unknown color: approx Rich Gold. HEX triplet: A6, 58 and 26. RGB value is (166,88,38). Sum of RGB (Red+Green+Blue) = 166+88+38=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A65826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65826 is #59A7D9. Grayscale: #696969. Windows color (decimal): -5875674 or 2513062. OLE color: 2513062.

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

Color convert

RGB1668838-
CMYK00.470.770.35
HSL23.44º62.75%40%-
HSV(B)23.44º77.11%65.1%-
XYZ19.5715.233.74-
YUV105.6289.84171.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.85%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=56.85%
G=30.14%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166883800.470.770.3523.4462.7540
HexA6582602F4D23173f28
Octal2461304605711543277750
Binary1010011010110001001100101111100110110001110111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65826; }

 p { color: rgb(166,88,38); }

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

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

 a { background-color: rgb(166,88,38); }

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

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

 span { border-color: rgb(166,88,38); }

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