#AB2E1E

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

Shades of Brown #AB2E1E

Tints of Brown #AB2E1E

Color information

#AB2E1E (or 0xAB2E1E) is unknown color: approx Brown. HEX triplet: AB, 2E and 1E. RGB value is (171,46,30). Sum of RGB (Red+Green+Blue) = 171+46+30=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2E1E is #54D1E1. Grayscale: #515151. Windows color (decimal): -5558754 or 1978027. OLE color: 1978027.

HSL color Cylindrical-coordinate representation of color #AB2E1E: hue angle of 6.81º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2E1E is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1714630-
CMYK00.730.820.33
HSL6.81º70.15%39.41%-
HSV(B)6.81º82.46%67.06%-
XYZ18.0110.712.35-
YUV81.5598.91191.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.23%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=69.23%
G=18.62%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171463000.730.820.336.8170.1539.41
HexAB2E1E049522174627
Octal2535636011112241710647
Binary10101011101110111100100100110100101000011111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2E1E; }

 p { color: rgb(171,46,30); }

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

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

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

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

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

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

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