#A84721

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

Shades of Rich Gold #A84721

Tints of Rich Gold #A84721

Color information

#A84721 (or 0xA84721) is unknown color: approx Rich Gold. HEX triplet: A8, 47 and 21. RGB value is (168,71,33). Sum of RGB (Red+Green+Blue) = 168+71+33=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A84721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84721 is #57B8DE. Grayscale: #5F5F5F. Windows color (decimal): -5748959 or 2181032. OLE color: 2181032.

HSL color Cylindrical-coordinate representation of color #A84721: hue angle of 16.89º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A84721 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1687133-
CMYK00.580.800.34
HSL16.89º67.16%39.41%-
HSV(B)16.89º80.36%65.88%-
XYZ18.6812.942.95-
YUV95.6792.64179.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.76%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=61.76%
G=26.10%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168713300.580.800.3416.8967.1639.41
HexA8472103A5022114327
Octal25010741072120422110347
Binary10101000100011110000101110101010000100010100011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84721; }

 p { color: rgb(168,71,33); }

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

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

 a { background-color: rgb(168,71,33); }

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

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

 span { border-color: rgb(168,71,33); }

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