#AB972A

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

Shades of Sahara #AB972A

Tints of Sahara #AB972A

Color information

#AB972A (or 0xAB972A) is unknown color: approx Sahara. HEX triplet: AB, 97 and 2A. RGB value is (171,151,42). Sum of RGB (Red+Green+Blue) = 171+151+42=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB972A is #5468D5. Grayscale: #919191. Windows color (decimal): -5531862 or 2791339. OLE color: 2791339.

HSL color Cylindrical-coordinate representation of color #AB972A: hue angle of 50.7º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB972A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17115142-
CMYK00.120.750.33
HSL50.7º60.56%41.76%-
HSV(B)50.7º75.44%67.06%-
XYZ28.2830.966.68-
YUV144.5570.13146.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 42 (16.80% from 255) = 11.54%
R=46.98%
G=41.48%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711514200.120.750.3350.760.5641.76
HexAB972A0C4B21333d2a
Octal2532275201411341637552
Binary1010101110010111101010011001001011100001110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB972A; }

 p { color: rgb(171,151,42); }

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

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

 a { background-color: rgb(171,151,42); }

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

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

 span { border-color: rgb(171,151,42); }

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