#AB3130

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

Shades of Brown #AB3130

Tints of Brown #AB3130

Color information

#AB3130 (or 0xAB3130) is unknown color: approx Brown. HEX triplet: AB, 31 and 30. RGB value is (171,49,48). Sum of RGB (Red+Green+Blue) = 171+49+48=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3130 is #54CECF. Grayscale: #555555. Windows color (decimal): -5557968 or 3158443. OLE color: 3158443.

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

Color convert

RGB1714948-
CMYK00.710.720.33
HSL0.49º56.16%42.94%-
HSV(B)0.49º71.93%67.06%-
XYZ18.4311.073.96-
YUV85.36106.92189.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.81%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=63.81%
G=18.28%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171494800.710.720.330.4956.1642.94
HexAB313004748210382b
Octal253616001071104107053
Binary101010111100011100000100011110010001000010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3130; }

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

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

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

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

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

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

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

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