#A1720F

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

Shades of Golden Brown #A1720F

Tints of Golden Brown #A1720F

Color information

#A1720F (or 0xA1720F) is unknown color: approx Golden Brown. HEX triplet: A1, 72 and 0F. RGB value is (161,114,15). Sum of RGB (Red+Green+Blue) = 161+114+15=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1720F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1720F is #5E8DF0. Grayscale: #757575. Windows color (decimal): -6196721 or 1012385. OLE color: 1012385.

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

Color convert

RGB16111415-
CMYK00.290.910.37
HSL40.68º82.95%34.51%-
HSV(B)40.68º90.68%63.14%-
XYZ20.819.653.15-
YUV116.7770.57159.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 15 (6.25% from 255) = 5.17%
R=55.52%
G=39.31%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611141500.290.910.3740.6882.9534.51
HexA172F01D5B25295323
Octal24116217035133455112343
Binary101000011110010111101110110110111001011010011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1720F; }

 p { color: rgb(161,114,15); }

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

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

 a { background-color: rgb(161,114,15); }

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

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

 span { border-color: rgb(161,114,15); }

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