#AB9B2F

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

Shades of Sahara #AB9B2F

Tints of Sahara #AB9B2F

Color information

#AB9B2F (or 0xAB9B2F) is unknown color: approx Sahara. HEX triplet: AB, 9B and 2F. RGB value is (171,155,47). Sum of RGB (Red+Green+Blue) = 171+155+47=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B2F is #5464D0. Grayscale: #939393. Windows color (decimal): -5530833 or 3120043. OLE color: 3120043.

HSL color Cylindrical-coordinate representation of color #AB9B2F: hue angle of 52.26º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB9B2F is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17115547-
CMYK00.090.730.33
HSL52.26º56.88%42.75%-
HSV(B)52.26º72.51%67.06%-
XYZ29.0332.317.39-
YUV147.4771.3144.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 47 (18.75% from 255) = 12.60%
R=45.84%
G=41.55%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711554700.090.730.3352.2656.8842.75
HexAB9B2F09492134392b
Octal2532335701111141647153
Binary1010101110011011101111010011001001100001110100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B2F; }

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

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

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

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

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

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

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

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