#AB352B

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

Shades of Brown #AB352B

Tints of Brown #AB352B

Color information

#AB352B (or 0xAB352B) is unknown color: approx Brown. HEX triplet: AB, 35 and 2B. RGB value is (171,53,43). Sum of RGB (Red+Green+Blue) = 171+53+43=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB352B is #54CAD4. Grayscale: #575757. Windows color (decimal): -5556949 or 2831787. OLE color: 2831787.

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

Color convert

RGB1715343-
CMYK00.690.750.33
HSL4.69º59.81%41.96%-
HSV(B)4.69º74.85%67.06%-
XYZ18.511.383.51-
YUV87.14103.09187.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.04%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=64.04%
G=19.85%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171534300.690.750.334.6959.8141.96
HexAB352B0454B2153c2a
Octal253655301051134157452
Binary10101011110101101011010001011001011100001101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB352B; }

 p { color: rgb(171,53,43); }

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

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

 a { background-color: rgb(171,53,43); }

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

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

 span { border-color: rgb(171,53,43); }

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