#A12726

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

Shades of Brown #A12726

Tints of Brown #A12726

Color information

#A12726 (or 0xA12726) is unknown color: approx Brown. HEX triplet: A1, 27 and 26. RGB value is (161,39,38). Sum of RGB (Red+Green+Blue) = 161+39+38=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A12726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12726 is #5ED8D9. Grayscale: #4B4B4B. Windows color (decimal): -6215898 or 2500513. OLE color: 2500513.

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

Color convert

RGB1613938-
CMYK00.760.760.37
HSL0.49º61.81%39.02%-
HSV(B)0.49º76.4%63.14%-
XYZ15.779.172.77-
YUV75.36106.92189.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.65%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=67.65%
G=16.39%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161393800.760.760.370.4961.8139.02
HexA1272604C4C2503e27
Octal241474601141144507647
Binary101000011001111001100100110010011001001010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12726; }

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

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

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

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

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

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

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

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