Html Css Color HEX #AA9077 Sandrift

📋 copy color: '#AA9077'

red 170 ◦ green 144 ◦ blue 119

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

Shades of Sandrift #AA9077

Tints of Sandrift #AA9077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.26%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 39.26%
G = 33.26%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA9077 (or 0xAA9077) is known color: Sandrift. HEX triplet: AA, 90 and 77. RGB value is (170,144,119). Sum of RGB (Red+Green+Blue) = 170+144+119=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9077 is #556F88. Grayscale: #959595. Windows color (decimal): -5599113 or 7835818. OLE color: 7835818.

HSL color Cylindrical-coordinate representation of color #AA9077: hue angle of 29.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9077 is Cyan = 0, Magento = 0.15, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 144 119 -
CMYK 0 0.15 0.3 0.33
HSL 29.41º 0.23% 0.57% -
HSV(B) 29.41º 0.3% 0.67% -
XYZ 29.88 29.82 21.63 -
YUV 148.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 170 144 119 0 0.15 0.3 0.33 29.41 0.23 0.57
Hex AA 90 77 0 F 1E 21 1D 17 39
Octal 252 220 167 0 17 36 41 35 27 71
Binary 10101010 10010000 1110111 0 1111 11110 100001 11101 10111 111001

Color Harmonies of #AA9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9077

Black with #AA9077

Text Example


Text Example

White with #AA9077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9077; }

 p { color: rgb(170,144,119); }

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

background-color css

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

 a { background-color: rgb(170,144,119); }

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

border-color css

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

 span { border-color: rgb(170,144,119); }

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