#AB5F38

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

Shades of Desert #AB5F38

Tints of Desert #AB5F38

Color information

#AB5F38 (or 0xAB5F38) is unknown color: approx Desert. HEX triplet: AB, 5F and 38. RGB value is (171,95,56). Sum of RGB (Red+Green+Blue) = 171+95+56=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5F38 is #54A0C7. Grayscale: #717171. Windows color (decimal): -5546184 or 3694507. OLE color: 3694507.

HSL color Cylindrical-coordinate representation of color #AB5F38: hue angle of 20.35º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB5F38 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1719556-
CMYK00.440.670.33
HSL20.35º50.66%44.51%-
HSV(B)20.35º67.25%67.06%-
XYZ21.617.135.91-
YUV113.2895.68169.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=53.11%
G=29.50%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171955600.440.670.3320.3550.6644.51
HexAB5F3802C432114332d
Octal2531377005410341246355
Binary1010101110111111110000101100100001110000110100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5F38; }

 p { color: rgb(171,95,56); }

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

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

 a { background-color: rgb(171,95,56); }

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

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

 span { border-color: rgb(171,95,56); }

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