#A0721B

Color #A0721B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A0721B

Tints of Golden Brown #A0721B

Color information

#A0721B (or 0xA0721B) is unknown color: approx Golden Brown. HEX triplet: A0, 72 and 1B. RGB value is (160,114,27). Sum of RGB (Red+Green+Blue) = 160+114+27=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0721B is #5F8DE4. Grayscale: #767676. Windows color (decimal): -6262245 or 1798816. OLE color: 1798816.

HSL color Cylindrical-coordinate representation of color #A0721B: hue angle of 39.25º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0721B is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB16011427-
CMYK00.290.830.37
HSL39.25º71.12%36.67%-
HSV(B)39.25º83.13%62.75%-
XYZ20.7119.593.73-
YUV117.8476.74158.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=53.16%
G=37.87%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601142700.290.830.3739.2571.1236.67
HexA0721B01D5325274725
Octal24016233035123454710745
Binary1010000011100101101101110110100111001011001111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0721B; }

 p { color: rgb(160,114,27); }

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

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

 a { background-color: rgb(160,114,27); }

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

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

 span { border-color: rgb(160,114,27); }

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