#AB972B

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

Shades of Sahara #AB972B

Tints of Sahara #AB972B

Color information

#AB972B (or 0xAB972B) is unknown color: approx Sahara. HEX triplet: AB, 97 and 2B. RGB value is (171,151,43). Sum of RGB (Red+Green+Blue) = 171+151+43=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB972B is #5468D4. Grayscale: #919191. Windows color (decimal): -5531861 or 2856875. OLE color: 2856875.

HSL color Cylindrical-coordinate representation of color #AB972B: hue angle of 50.62º degrees, saturation: 0.6, 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 #AB972B is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17115143-
CMYK00.120.750.33
HSL50.62º59.81%41.96%-
HSV(B)50.62º74.85%67.06%-
XYZ28.330.976.77-
YUV144.6770.63146.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 43 (17.19% from 255) = 11.78%
R=46.85%
G=41.37%
B=11.78%

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
Decimal1711514300.120.750.3350.6259.8141.96
HexAB972B0C4B21333c2a
Octal2532275301411341637452
Binary1010101110010111101011011001001011100001110011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB972B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB972B; }

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

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

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

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

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

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

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

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