#AA982D

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

Shades of Sahara #AA982D

Tints of Sahara #AA982D

Color information

#AA982D (or 0xAA982D) is unknown color: approx Sahara. HEX triplet: AA, 98 and 2D. RGB value is (170,152,45). Sum of RGB (Red+Green+Blue) = 170+152+45=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA982D is #5567D2. Grayscale: #919191. Windows color (decimal): -5597139 or 2988202. OLE color: 2988202.

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

Color convert

RGB17015245-
CMYK00.110.740.33
HSL51.36º58.14%42.16%-
HSV(B)51.36º73.53%66.67%-
XYZ28.2831.197.01-
YUV145.1871.46145.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 45 (17.97% from 255) = 12.26%
R=46.32%
G=41.42%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701524500.110.740.3351.3658.1442.16
HexAA982D0B4A21333a2a
Octal2522305501311241637252
Binary1010101010011000101101010111001010100001110011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA982D; }

 p { color: rgb(170,152,45); }

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

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

 a { background-color: rgb(170,152,45); }

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

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

 span { border-color: rgb(170,152,45); }

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