#A02B11

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

Shades of Brown #A02B11

Tints of Brown #A02B11

Color information

#A02B11 (or 0xA02B11) is unknown color: approx Brown. HEX triplet: A0, 2B and 11. RGB value is (160,43,17). Sum of RGB (Red+Green+Blue) = 160+43+17=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02B11 is #5FD4EE. Grayscale: #4B4B4B. Windows color (decimal): -6280431 or 1125280. OLE color: 1125280.

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

Color convert

RGB1604317-
CMYK00.730.890.37
HSL10.91º80.79%34.71%-
HSV(B)10.91º89.38%62.75%-
XYZ15.469.241.5-
YUV75.0295.26188.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 72.73%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=72.73%
G=19.55%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160431700.730.890.3710.9180.7934.71
HexA02B110495925b5123
Octal24053210111131451312143
Binary101000001010111000101001001101100110010110111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B11; }

 p { color: rgb(160,43,17); }

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

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

 a { background-color: rgb(160,43,17); }

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

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

 span { border-color: rgb(160,43,17); }

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