#A42E16

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

Shades of Brown #A42E16

Tints of Brown #A42E16

Color information

#A42E16 (or 0xA42E16) is unknown color: approx Brown. HEX triplet: A4, 2E and 16. RGB value is (164,46,22). Sum of RGB (Red+Green+Blue) = 164+46+22=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42E16 is #5BD1E9. Grayscale: #4E4E4E. Windows color (decimal): -6017514 or 1453732. OLE color: 1453732.

HSL color Cylindrical-coordinate representation of color #A42E16: hue angle of 10.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A42E16 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1644622-
CMYK00.720.870.36
HSL10.14º76.34%36.47%-
HSV(B)10.14º86.59%64.31%-
XYZ16.439.91.8-
YUV78.5596.09188.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.69%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=70.69%
G=19.83%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164462200.720.870.3610.1476.3436.47
HexA42E160485724a4c24
Octal24456260110127441211444
Binary101001001011101011001001000101011110010010101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42E16; }

 p { color: rgb(164,46,22); }

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

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

 a { background-color: rgb(164,46,22); }

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

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

 span { border-color: rgb(164,46,22); }

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