#A02626

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

Shades of Brown #A02626

Tints of Brown #A02626

Color information

#A02626 (or 0xA02626) is unknown color: approx Brown. HEX triplet: A0, 26 and 26. RGB value is (160,38,38). Sum of RGB (Red+Green+Blue) = 160+38+38=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A02626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02626 is #5FD9D9. Grayscale: #4A4A4A. Windows color (decimal): -6281690 or 2500256. OLE color: 2500256.

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

Color convert

RGB1603838-
CMYK00.760.760.37
HSL61.62%38.82%-
HSV(B)76.25%62.75%-
XYZ15.5492.75-
YUV74.48107.42189-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.80%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=67.80%
G=16.10%
B=16.10%

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
Decimal160383800.760.760.37061.6238.82
HexA0262604C4C2503e27
Octal240464601141144507647
Binary101000001001101001100100110010011001001010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02626; }

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

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

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

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

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

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

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

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