#A12929

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

Shades of Brown #A12929

Tints of Brown #A12929

Color information

#A12929 (or 0xA12929) is unknown color: approx Brown. HEX triplet: A1, 29 and 29. RGB value is (161,41,41). Sum of RGB (Red+Green+Blue) = 161+41+41=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A12929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12929 is #5ED6D6. Grayscale: #4D4D4D. Windows color (decimal): -6215383 or 2697633. OLE color: 2697633.

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

Color convert

RGB1614141-
CMYK00.750.750.37
HSL59.41%39.61%-
HSV(B)74.53%63.14%-
XYZ15.899.323.06-
YUV76.88107.76188-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.26%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=66.26%
G=16.87%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161414100.750.750.37059.4139.61
HexA1292904B4B2503b28
Octal241515101131134507350
Binary101000011010011010010100101110010111001010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12929; }

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

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

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

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

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

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

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

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