#AB2D2A

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

Shades of Brown #AB2D2A

Tints of Brown #AB2D2A

Color information

#AB2D2A (or 0xAB2D2A) is unknown color: approx Brown. HEX triplet: AB, 2D and 2A. RGB value is (171,45,42). Sum of RGB (Red+Green+Blue) = 171+45+42=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2D2A is #54D2D5. Grayscale: #525252. Windows color (decimal): -5558998 or 2764203. OLE color: 2764203.

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

Color convert

RGB1714542-
CMYK00.740.750.33
HSL1.4º60.56%41.76%-
HSV(B)1.4º75.44%67.06%-
XYZ18.1510.73.3-
YUV82.33105.24191.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.28%
GREEN value IS 45 (17.97% from 255) = 17.44%
BLUE value IS 42 (16.80% from 255) = 16.28%
R=66.28%
G=17.44%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171454200.740.750.331.460.5641.76
HexAB2D2A04A4B2113d2a
Octal253555201121134117552
Binary101010111011011010100100101010010111000011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2D2A; }

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

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

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

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

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

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

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

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