#A85829

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

Shades of Rich Gold #A85829

Tints of Rich Gold #A85829

Color information

#A85829 (or 0xA85829) is unknown color: approx Rich Gold. HEX triplet: A8, 58 and 29. RGB value is (168,88,41). Sum of RGB (Red+Green+Blue) = 168+88+41=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A85829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85829 is #57A7D6. Grayscale: #6A6A6A. Windows color (decimal): -5744599 or 2709672. OLE color: 2709672.

HSL color Cylindrical-coordinate representation of color #A85829: hue angle of 22.2º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A85829 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1688841-
CMYK00.480.760.34
HSL22.2º60.77%40.98%-
HSV(B)22.2º75.6%65.88%-
XYZ20.0415.464.03-
YUV106.5691171.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.57%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=56.57%
G=29.63%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168884100.480.760.3422.260.7740.98
HexA858290304C22163d29
Octal2501305106011442267551
Binary1010100010110001010010110000100110010001010110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85829; }

 p { color: rgb(168,88,41); }

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

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

 a { background-color: rgb(168,88,41); }

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

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

 span { border-color: rgb(168,88,41); }

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