#A07217

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

Shades of Golden Brown #A07217

Tints of Golden Brown #A07217

Color information

#A07217 (or 0xA07217) is unknown color: approx Golden Brown. HEX triplet: A0, 72 and 17. RGB value is (160,114,23). Sum of RGB (Red+Green+Blue) = 160+114+23=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A07217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07217 is #5F8DE8. Grayscale: #757575. Windows color (decimal): -6262249 or 1536672. OLE color: 1536672.

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

Color convert

RGB16011423-
CMYK00.290.860.37
HSL39.85º74.86%35.88%-
HSV(B)39.85º85.62%62.75%-
XYZ20.6719.573.5-
YUV117.3874.74158.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.87%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 23 (9.38% from 255) = 7.74%
R=53.87%
G=38.38%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601142300.290.860.3739.8574.8635.88
HexA0721701D5625284b24
Octal24016227035126455011344
Binary1010000011100101011101110110101101001011010001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07217; }

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

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

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

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

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

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

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

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