#AB6038

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

Shades of Desert #AB6038

Tints of Desert #AB6038

Color information

#AB6038 (or 0xAB6038) is unknown color: approx Desert. HEX triplet: AB, 60 and 38. RGB value is (171,96,56). Sum of RGB (Red+Green+Blue) = 171+96+56=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6038 is #549FC7. Grayscale: #727272. Windows color (decimal): -5545928 or 3694763. OLE color: 3694763.

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

Color convert

RGB1719656-
CMYK00.440.670.33
HSL20.87º50.66%44.51%-
HSV(B)20.87º67.25%67.06%-
XYZ21.6917.315.94-
YUV113.8695.35168.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 56 (22.27% from 255) = 17.34%
R=52.94%
G=29.72%
B=17.34%

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
Decimal171965600.440.670.3320.8750.6644.51
HexAB603802C432115332d
Octal2531407005410341256355
Binary1010101111000001110000101100100001110000110101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6038; }

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

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

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

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

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

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

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

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