#A32D26

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

Shades of Brown #A32D26

Tints of Brown #A32D26

Color information

#A32D26 (or 0xA32D26) is unknown color: approx Brown. HEX triplet: A3, 2D and 26. RGB value is (163,45,38). Sum of RGB (Red+Green+Blue) = 163+45+38=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D26 is #5CD2D9. Grayscale: #4F4F4F. Windows color (decimal): -6083290 or 2502051. OLE color: 2502051.

HSL color Cylindrical-coordinate representation of color #A32D26: hue angle of 3.36º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32D26 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1634538-
CMYK00.720.770.36
HSL3.36º62.19%39.41%-
HSV(B)3.36º76.69%63.92%-
XYZ16.399.82.86-
YUV79.48104.59187.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.26%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=66.26%
G=18.29%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163453800.720.770.363.3662.1939.41
HexA32D260484D2433e27
Octal243554601101154437647
Binary1010001110110110011001001000100110110010011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32D26; }

 p { color: rgb(163,45,38); }

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

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

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

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

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

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

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