#A02F17

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

Shades of Brown #A02F17

Tints of Brown #A02F17

Color information

#A02F17 (or 0xA02F17) is unknown color: approx Brown. HEX triplet: A0, 2F and 17. RGB value is (160,47,23). Sum of RGB (Red+Green+Blue) = 160+47+23=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F17 is #5FD0E8. Grayscale: #4E4E4E. Windows color (decimal): -6279401 or 1519520. OLE color: 1519520.

HSL color Cylindrical-coordinate representation of color #A02F17: hue angle of 10.51º 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 #A02F17 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1604723-
CMYK00.710.860.37
HSL10.51º74.86%35.88%-
HSV(B)10.51º85.62%62.75%-
XYZ15.679.571.83-
YUV78.0596.94186.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.57%
GREEN value IS 47 (18.75% from 255) = 20.43%
BLUE value IS 23 (9.38% from 255) = 10%
R=69.57%
G=20.43%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160472300.710.860.3710.5174.8635.88
HexA02F170475625b4b24
Octal24057270107126451311344
Binary101000001011111011101000111101011010010110111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02F17; }

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

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

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

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

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

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

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

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