#A75621

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

Shades of Rich Gold #A75621

Tints of Rich Gold #A75621

Color information

#A75621 (or 0xA75621) is unknown color: approx Rich Gold. HEX triplet: A7, 56 and 21. RGB value is (167,86,33). Sum of RGB (Red+Green+Blue) = 167+86+33=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A75621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75621 is #58A9DE. Grayscale: #686868. Windows color (decimal): -5810655 or 2184871. OLE color: 2184871.

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

Color convert

RGB1678633-
CMYK00.490.800.35
HSL23.73º67%39.22%-
HSV(B)23.73º80.24%65.49%-
XYZ19.5414.983.3-
YUV104.1887.84172.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.39%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=58.39%
G=30.07%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167863300.490.800.3523.736739.22
HexA756210315023184327
Octal24712641061120433010347
Binary10100111101011010000101100011010000100011110001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75621; }

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

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

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

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

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

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

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

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