#A12E28

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

Shades of Brown #A12E28

Tints of Brown #A12E28

Color information

#A12E28 (or 0xA12E28) is unknown color: approx Brown. HEX triplet: A1, 2E and 28. RGB value is (161,46,40). Sum of RGB (Red+Green+Blue) = 161+46+40=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12E28 is #5ED1D7. Grayscale: #4F4F4F. Windows color (decimal): -6214104 or 2633377. OLE color: 2633377.

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

Color convert

RGB1614640-
CMYK00.710.750.37
HSL2.98º60.2%39.41%-
HSV(B)2.98º75.16%63.14%-
XYZ16.069.683.03-
YUV79.7105.6185.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.18%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=65.18%
G=18.62%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161464000.710.750.372.9860.239.41
HexA12E280474B2533c27
Octal241565001071134537447
Binary1010000110111010100001000111100101110010111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E28; }

 p { color: rgb(161,46,40); }

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

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

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

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

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

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

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