#AB322C

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

Shades of Brown #AB322C

Tints of Brown #AB322C

Color information

#AB322C (or 0xAB322C) is unknown color: approx Brown. HEX triplet: AB, 32 and 2C. RGB value is (171,50,44). Sum of RGB (Red+Green+Blue) = 171+50+44=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB322C is #54CDD3. Grayscale: #555555. Windows color (decimal): -5557716 or 2896555. OLE color: 2896555.

HSL color Cylindrical-coordinate representation of color #AB322C: hue angle of 2.83º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB322C is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1715044-
CMYK00.710.740.33
HSL2.83º59.07%42.16%-
HSV(B)2.83º74.27%67.06%-
XYZ18.3911.123.56-
YUV85.5104.59188.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.53%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=64.53%
G=18.87%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171504400.710.740.332.8359.0742.16
HexAB322C0474A2133b2a
Octal253625401071124137352
Binary1010101111001010110001000111100101010000111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB322C; }

 p { color: rgb(171,50,44); }

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

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

 a { background-color: rgb(171,50,44); }

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

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

 span { border-color: rgb(171,50,44); }

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