Html Css Color HEX #AA9F31 Sahara

📋 copy color: '#AA9F31'

red 170 ◦ green 159 ◦ blue 49

#AA9F31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #AA9F31

Tints of Sahara #AA9F31

RGB

 RED value IS 170 (66.8% from 255) = 44.97%

 GREEN value IS 159 (62.5% from 255) = 42.06%

 BLUE value IS 49 (19.53% from 255) = 12.96%

R = 44.97%
G = 42.06%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA9F31 (or 0xAA9F31) is known color: Sahara. HEX triplet: AA, 9F and 31. RGB value is (170,159,49). Sum of RGB (Red+Green+Blue) = 170+159+49=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F31 is #5560CE. Grayscale: #969696. Windows color (decimal): -5595343 or 3252138. OLE color: 3252138.

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

Color convert

RGB 170 159 49 -
CMYK 0 0.06 0.71 0.33
HSL 54.55º 0.55% 0.43% -
HSV(B) 54.55º 0.71% 0.67% -
XYZ 29.53 33.56 7.83 -
YUV 149.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 170 159 49 0 0.06 0.71 0.33 54.55 0.55 0.43
Hex AA 9F 31 0 6 47 21 37 37 2B
Octal 252 237 61 0 6 107 41 67 67 53
Binary 10101010 10011111 110001 0 110 1000111 100001 110111 110111 101011

Color Harmonies of #AA9F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F31

Black with #AA9F31

Text Example


Text Example

White with #AA9F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F31; }

 p { color: rgb(170,159,49); }

 H1.HeaderClassName
 {
   color: #AA9F31;
 }
 .AnyTagClassName
 {
   color: #AA9F31;
 }
</style>

background-color css

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

 a { background-color: rgb(170,159,49); }

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

border-color css

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

 span { border-color: rgb(170,159,49); }

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