Html Css Color HEX #AA8979 Sandrift

📋 copy color: '#AA8979'

red 170 ◦ green 137 ◦ blue 121

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

Shades of Sandrift #AA8979

Tints of Sandrift #AA8979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.01%

 BLUE value IS 121 (47.66% from 255) = 28.27%

R = 39.72%
G = 32.01%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA8979 (or 0xAA8979) is known color: Sandrift. HEX triplet: AA, 89 and 79. RGB value is (170,137,121). Sum of RGB (Red+Green+Blue) = 170+137+121=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8979 is #557686. Grayscale: #919191. Windows color (decimal): -5600903 or 7965098. OLE color: 7965098.

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

Color convert

RGB 170 137 121 -
CMYK 0 0.19 0.29 0.33
HSL 19.59º 0.22% 0.57% -
HSV(B) 19.59º 0.29% 0.67% -
XYZ 28.97 27.82 21.93 -
YUV 145.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 170 137 121 0 0.19 0.29 0.33 19.59 0.22 0.57
Hex AA 89 79 0 13 1D 21 14 16 39
Octal 252 211 171 0 23 35 41 24 26 71
Binary 10101010 10001001 1111001 0 10011 11101 100001 10100 10110 111001

Color Harmonies of #AA8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8979

Black with #AA8979

Text Example


Text Example

White with #AA8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8979; }

 p { color: rgb(170,137,121); }

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

background-color css

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

 a { background-color: rgb(170,137,121); }

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

border-color css

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

 span { border-color: rgb(170,137,121); }

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