#A12626

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

Shades of Brown #A12626

Tints of Brown #A12626

Color information

#A12626 (or 0xA12626) is unknown color: approx Brown. HEX triplet: A1, 26 and 26. RGB value is (161,38,38). Sum of RGB (Red+Green+Blue) = 161+38+38=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A12626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12626 is #5ED9D9. Grayscale: #4A4A4A. Windows color (decimal): -6216154 or 2500257. OLE color: 2500257.

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

Color convert

RGB1613838-
CMYK00.760.760.37
HSL61.81%39.02%-
HSV(B)76.4%63.14%-
XYZ15.749.12.76-
YUV74.78107.25189.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=67.93%
G=16.03%
B=16.03%

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
Decimal161383800.760.760.37061.8139.02
HexA1262604C4C2503e27
Octal241464601141144507647
Binary101000011001101001100100110010011001001010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12626; }

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

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

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

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

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

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

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

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