#A65828

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

Shades of Rich Gold #A65828

Tints of Rich Gold #A65828

Color information

#A65828 (or 0xA65828) is unknown color: approx Rich Gold. HEX triplet: A6, 58 and 28. RGB value is (166,88,40). Sum of RGB (Red+Green+Blue) = 166+88+40=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A65828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65828 is #59A7D7. Grayscale: #6A6A6A. Windows color (decimal): -5875672 or 2644134. OLE color: 2644134.

HSL color Cylindrical-coordinate representation of color #A65828: hue angle of 22.86º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A65828 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1668840-
CMYK00.470.760.35
HSL22.86º61.17%40.39%-
HSV(B)22.86º75.9%65.1%-
XYZ19.615.243.92-
YUV105.8590.84170.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=56.46%
G=29.93%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166884000.470.760.3522.8661.1740.39
HexA6582802F4C23173d28
Octal2461305005711443277550
Binary1010011010110001010000101111100110010001110111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65828; }

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

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

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

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

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

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

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

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