#A45620

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

Shades of Rich Gold #A45620

Tints of Rich Gold #A45620

Color information

#A45620 (or 0xA45620) is unknown color: approx Rich Gold. HEX triplet: A4, 56 and 20. RGB value is (164,86,32). Sum of RGB (Red+Green+Blue) = 164+86+32=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A45620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45620 is #5BA9DF. Grayscale: #676767. Windows color (decimal): -6007264 or 2119332. OLE color: 2119332.

HSL color Cylindrical-coordinate representation of color #A45620: hue angle of 24.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A45620 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1648632-
CMYK00.480.800.36
HSL24.55º67.35%38.43%-
HSV(B)24.55º80.49%64.31%-
XYZ18.914.653.2-
YUV103.1787.84171.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.16%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 32 (12.89% from 255) = 11.35%
R=58.16%
G=30.50%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164863200.480.800.3624.5567.3538.43
HexA456200305024194326
Octal24412640060120443110346
Binary10100100101011010000001100001010000100100110011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45620; }

 p { color: rgb(164,86,32); }

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

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

 a { background-color: rgb(164,86,32); }

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

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

 span { border-color: rgb(164,86,32); }

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