#A02F1A

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

Shades of Brown #A02F1A

Tints of Brown #A02F1A

Color information

#A02F1A (or 0xA02F1A) is unknown color: approx Brown. HEX triplet: A0, 2F and 1A. RGB value is (160,47,26). Sum of RGB (Red+Green+Blue) = 160+47+26=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02F1A is #5FD0E5. Grayscale: #4E4E4E. Windows color (decimal): -6279398 or 1716128. OLE color: 1716128.

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

Color convert

RGB1604726-
CMYK00.710.840.37
HSL9.4º72.04%36.47%-
HSV(B)9.4º83.75%62.75%-
XYZ15.79.582-
YUV78.3998.44186.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.67%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=68.67%
G=20.17%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160472600.710.840.379.472.0436.47
HexA02F1A047542594824
Octal24057320107124451111044
Binary101000001011111101001000111101010010010110011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02F1A; }

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

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

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

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

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

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

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

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