#A12F26

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

Shades of Brown #A12F26

Tints of Brown #A12F26

Color information

#A12F26 (or 0xA12F26) is unknown color: approx Brown. HEX triplet: A1, 2F and 26. RGB value is (161,47,38). Sum of RGB (Red+Green+Blue) = 161+47+38=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12F26 is #5ED0D9. Grayscale: #505050. Windows color (decimal): -6213850 or 2502561. OLE color: 2502561.

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

Color convert

RGB1614738-
CMYK00.710.760.37
HSL4.39º61.81%39.02%-
HSV(B)4.39º76.4%63.14%-
XYZ16.069.752.87-
YUV80.06104.27185.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.45%
GREEN value IS 47 (18.75% from 255) = 19.11%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=65.45%
G=19.11%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161473800.710.760.374.3961.8139.02
HexA12F260474C2543e27
Octal241574601071144547647
Binary10100001101111100110010001111001100100101100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F26; }

 p { color: rgb(161,47,38); }

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

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

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

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

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

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

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