#AB2F23

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

Shades of Brown #AB2F23

Tints of Brown #AB2F23

Color information

#AB2F23 (or 0xAB2F23) is unknown color: approx Brown. HEX triplet: AB, 2F and 23. RGB value is (171,47,35). Sum of RGB (Red+Green+Blue) = 171+47+35=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2F23 is #54D0DC. Grayscale: #525252. Windows color (decimal): -5558493 or 2305963. OLE color: 2305963.

HSL color Cylindrical-coordinate representation of color #AB2F23: hue angle of 5.29º 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 #AB2F23 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB1714735-
CMYK00.730.800.33
HSL5.29º66.02%40.39%-
HSV(B)5.29º79.53%67.06%-
XYZ18.1110.812.72-
YUV82.71101.08190.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.59%
GREEN value IS 47 (18.75% from 255) = 18.58%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=67.59%
G=18.58%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171473500.730.800.335.2966.0240.39
HexAB2F23049502154228
Octal2535743011112041510250
Binary101010111011111000110100100110100001000011011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2F23; }

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

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

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

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

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

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

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

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