#AB982B

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

Shades of Sahara #AB982B

Tints of Sahara #AB982B

Color information

#AB982B (or 0xAB982B) is unknown color: approx Sahara. HEX triplet: AB, 98 and 2B. RGB value is (171,152,43). Sum of RGB (Red+Green+Blue) = 171+152+43=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB982B is #5467D4. Grayscale: #919191. Windows color (decimal): -5531605 or 2857131. OLE color: 2857131.

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

Color convert

RGB17115243-
CMYK00.110.750.33
HSL51.09º59.81%41.96%-
HSV(B)51.09º74.85%67.06%-
XYZ28.4631.296.82-
YUV145.2570.29146.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 43 (17.19% from 255) = 11.75%
R=46.72%
G=41.53%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711524300.110.750.3351.0959.8141.96
HexAB982B0B4B21333c2a
Octal2532305301311341637452
Binary1010101110011000101011010111001011100001110011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB982B; }

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

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

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

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

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

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

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

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