#AB2C23

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

Shades of Brown #AB2C23

Tints of Brown #AB2C23

Color information

#AB2C23 (or 0xAB2C23) is unknown color: approx Brown. HEX triplet: AB, 2C and 23. RGB value is (171,44,35). Sum of RGB (Red+Green+Blue) = 171+44+35=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C23 is #54D3DC. Grayscale: #515151. Windows color (decimal): -5559261 or 2305195. OLE color: 2305195.

HSL color Cylindrical-coordinate representation of color #AB2C23: hue angle of 3.97º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2C23 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB1714435-
CMYK00.740.800.33
HSL3.97º66.02%40.39%-
HSV(B)3.97º79.53%67.06%-
XYZ1810.582.68-
YUV80.95102.08192.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.4%
GREEN value IS 44 (17.58% from 255) = 17.6%
BLUE value IS 35 (14.06% from 255) = 14%
R=68.4%
G=17.6%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171443500.740.800.333.9766.0240.39
HexAB2C2304A502144228
Octal2535443011212041410250
Binary101010111011001000110100101010100001000011001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2C23; }

 p { color: rgb(171,44,35); }

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

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

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

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

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

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

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