#ab2d2d

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

Shades of Brown #AB2D2D

Tints of Brown #AB2D2D

Color information

#AB2D2D (or 0xAB2D2D) is unknown color: approx Brown. HEX triplet: AB, 2D and 2D. RGB value is (171,45,45). Sum of RGB (Red+Green+Blue) = 171+45+45=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2D2D is #54D2D2. Grayscale: #525252. Windows color (decimal): -5558995 or 2960811. OLE color: 2960811.

HSL color Cylindrical-coordinate representation of color #AB2D2D: hue angle of 0º degrees, saturation: 0.58, 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 #AB2D2D is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1714545-
CMYK00.740.740.33
HSL58.33%42.35%-
HSV(B)73.68%67.06%-
XYZ18.2110.723.59-
YUV82.67106.74191-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.52%
GREEN value IS 45 (17.97% from 255) = 17.24%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=65.52%
G=17.24%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171454500.740.740.33058.3342.35
HexAB2D2D04A4A2103a2a
Octal253555501121124107252
Binary101010111011011011010100101010010101000010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2d2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2d2d; }

 p { color: rgb(171,45,45); }

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

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

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

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

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

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

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