#A42A28

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

Shades of Brown #A42A28

Tints of Brown #A42A28

Color information

#A42A28 (or 0xA42A28) is unknown color: approx Brown. HEX triplet: A4, 2A and 28. RGB value is (164,42,40). Sum of RGB (Red+Green+Blue) = 164+42+40=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42A28 is #5BD5D7. Grayscale: #4E4E4E. Windows color (decimal): -6018520 or 2632356. OLE color: 2632356.

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

Color convert

RGB1644240-
CMYK00.740.760.36
HSL0.97º60.78%40%-
HSV(B)0.97º75.61%64.31%-
XYZ16.529.73.01-
YUV78.25106.42189.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.67%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=66.67%
G=17.07%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164424000.740.760.360.9760.7840
HexA42A2804A4C2413d28
Octal244525001121144417550
Binary101001001010101010000100101010011001001001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A28; }

 p { color: rgb(164,42,40); }

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

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

 a { background-color: rgb(164,42,40); }

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

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

 span { border-color: rgb(164,42,40); }

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