#A42929

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

Shades of Brown #A42929

Tints of Brown #A42929

Color information

#A42929 (or 0xA42929) is unknown color: approx Brown. HEX triplet: A4, 29 and 29. RGB value is (164,41,41). Sum of RGB (Red+Green+Blue) = 164+41+41=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A42929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42929 is #5BD6D6. Grayscale: #4D4D4D. Windows color (decimal): -6018775 or 2697636. OLE color: 2697636.

HSL color Cylindrical-coordinate representation of color #A42929: hue angle of 0º 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 #A42929 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1644141-
CMYK00.750.750.36
HSL60%40.2%-
HSV(B)75%64.31%-
XYZ16.59.643.09-
YUV77.78107.25189.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.67%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 41 (16.41% from 255) = 16.67%
R=66.67%
G=16.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164414100.750.750.3606040.2
HexA4292904B4B2403c28
Octal244515101131134407450
Binary101001001010011010010100101110010111001000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42929; }

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

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

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

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

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

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

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

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