Html Css Color HEX #AA9E31 Sahara

📋 copy color: '#AA9E31'

red 170 ◦ green 158 ◦ blue 49

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

Shades of Sahara #AA9E31

Tints of Sahara #AA9E31

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.91%

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

R = 45.09%
G = 41.91%
B = 13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA9E31 (or 0xAA9E31) is known color: Sahara. HEX triplet: AA, 9E and 31. RGB value is (170,158,49). Sum of RGB (Red+Green+Blue) = 170+158+49=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E31 is #5561CE. Grayscale: #959595. Windows color (decimal): -5595599 or 3251882. OLE color: 3251882.

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

Color convert

RGB 170 158 49 -
CMYK 0 0.07 0.71 0.33
HSL 54.05º 0.55% 0.43% -
HSV(B) 54.05º 0.71% 0.67% -
XYZ 29.36 33.22 7.77 -
YUV 149.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 170 158 49 0 0.07 0.71 0.33 54.05 0.55 0.43
Hex AA 9E 31 0 7 47 21 36 37 2B
Octal 252 236 61 0 7 107 41 66 67 53
Binary 10101010 10011110 110001 0 111 1000111 100001 110110 110111 101011

Color Harmonies of #AA9E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E31

Black with #AA9E31

Text Example


Text Example

White with #AA9E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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