#A55821

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

Shades of Rich Gold #A55821

Tints of Rich Gold #A55821

Color information

#A55821 (or 0xA55821) is unknown color: approx Rich Gold. HEX triplet: A5, 58 and 21. RGB value is (165,88,33). Sum of RGB (Red+Green+Blue) = 165+88+33=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A55821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55821 is #5AA7DE. Grayscale: #696969. Windows color (decimal): -5941215 or 2185381. OLE color: 2185381.

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

Color convert

RGB1658833-
CMYK00.470.80.35
HSL25º66.67%38.82%-
HSV(B)25º80%64.71%-
XYZ19.2815.093.33-
YUV104.7587.51170.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.69%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=57.69%
G=30.77%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165883300.470.80.352566.6738.82
HexA5582102F5023194327
Octal24513041057120433110347
Binary10100101101100010000101011111010000100011110011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55821; }

 p { color: rgb(165,88,33); }

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

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

 a { background-color: rgb(165,88,33); }

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

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

 span { border-color: rgb(165,88,33); }

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