#AB9027

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

Shades of Sahara #AB9027

Tints of Sahara #AB9027

Color information

#AB9027 (or 0xAB9027) is unknown color: approx Sahara. HEX triplet: AB, 90 and 27. RGB value is (171,144,39). Sum of RGB (Red+Green+Blue) = 171+144+39=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9027 is #546FD8. Grayscale: #8C8C8C. Windows color (decimal): -5533657 or 2592939. OLE color: 2592939.

HSL color Cylindrical-coordinate representation of color #AB9027: hue angle of 47.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB9027 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17114439-
CMYK00.160.770.33
HSL47.73º62.86%41.18%-
HSV(B)47.73º77.19%67.06%-
XYZ27.1328.756.04-
YUV140.170.95150.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 39 (15.62% from 255) = 11.02%
R=48.31%
G=40.68%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711443900.160.770.3347.7362.8641.18
HexAB90270104D21303f29
Octal2532204702011541607751
Binary10101011100100001001110100001001101100001110000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9027; }

 p { color: rgb(171,144,39); }

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

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

 a { background-color: rgb(171,144,39); }

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

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

 span { border-color: rgb(171,144,39); }

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