#AB3129

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

Shades of Brown #AB3129

Tints of Brown #AB3129

Color information

#AB3129 (or 0xAB3129) is unknown color: approx Brown. HEX triplet: AB, 31 and 29. RGB value is (171,49,41). Sum of RGB (Red+Green+Blue) = 171+49+41=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3129 is #54CED6. Grayscale: #545454. Windows color (decimal): -5557975 or 2699691. OLE color: 2699691.

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

Color convert

RGB1714941-
CMYK00.710.760.33
HSL3.69º61.32%41.57%-
HSV(B)3.69º76.02%67.06%-
XYZ18.2911.013.26-
YUV84.57103.42189.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.52%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=65.52%
G=18.77%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171494100.710.760.333.6961.3241.57
HexAB31290474C2143d2a
Octal253615101071144147552
Binary10101011110001101001010001111001100100001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3129; }

 p { color: rgb(171,49,41); }

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

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

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

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

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

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

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