#A42A29

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

Shades of Brown #A42A29

Tints of Brown #A42A29

Color information

#A42A29 (or 0xA42A29) is unknown color: approx Brown. HEX triplet: A4, 2A and 29. RGB value is (164,42,41). Sum of RGB (Red+Green+Blue) = 164+42+41=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42A29 is #5BD5D6. Grayscale: #4E4E4E. Windows color (decimal): -6018519 or 2697892. OLE color: 2697892.

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

Color convert

RGB1644241-
CMYK00.740.750.36
HSL0.49º60%40.2%-
HSV(B)0.49º75%64.31%-
XYZ16.549.713.1-
YUV78.36106.92189.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.40%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 41 (16.41% from 255) = 16.60%
R=66.40%
G=17.00%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164424100.740.750.360.496040.2
HexA42A2904A4B2403c28
Octal244525101121134407450
Binary101001001010101010010100101010010111001000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A29; }

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

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

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

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

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

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

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

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