#A75721

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

Shades of Rich Gold #A75721

Tints of Rich Gold #A75721

Color information

#A75721 (or 0xA75721) is unknown color: approx Rich Gold. HEX triplet: A7, 57 and 21. RGB value is (167,87,33). Sum of RGB (Red+Green+Blue) = 167+87+33=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A75721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75721 is #58A8DE. Grayscale: #696969. Windows color (decimal): -5810399 or 2185127. OLE color: 2185127.

HSL color Cylindrical-coordinate representation of color #A75721: hue angle of 24.18º 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 #A75721 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1678733-
CMYK00.480.800.35
HSL24.18º67%39.22%-
HSV(B)24.18º80.24%65.49%-
XYZ19.6215.143.33-
YUV104.7687.5172.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=58.19%
G=30.31%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167873300.480.800.3524.186739.22
HexA757210305023184327
Octal24712741060120433010347
Binary10100111101011110000101100001010000100011110001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75721; }

 p { color: rgb(167,87,33); }

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

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

 a { background-color: rgb(167,87,33); }

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

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

 span { border-color: rgb(167,87,33); }

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