#A82626

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

Shades of Brown #A82626

Tints of Brown #A82626

Color information

#A82626 (or 0xA82626) is unknown color: approx Brown. HEX triplet: A8, 26 and 26. RGB value is (168,38,38). Sum of RGB (Red+Green+Blue) = 168+38+38=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A82626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82626 is #57D9D9. Grayscale: #4D4D4D. Windows color (decimal): -5757402 or 2500264. OLE color: 2500264.

HSL color Cylindrical-coordinate representation of color #A82626: hue angle of 0º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82626 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1683838-
CMYK00.770.770.34
HSL63.11%40.39%-
HSV(B)77.38%65.88%-
XYZ17.199.852.83-
YUV76.87106.07193-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.85%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=68.85%
G=15.57%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168383800.770.770.34063.1140.39
HexA8262604D4D2203f28
Octal250464601151154207750
Binary101010001001101001100100110110011011000100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82626; }

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

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

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

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

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

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

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

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