Html Css Color HEX #AA8A79 Sandrift

📋 copy color: '#AA8A79'

red 170 ◦ green 138 ◦ blue 121

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

Shades of Sandrift #AA8A79

Tints of Sandrift #AA8A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

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

R = 39.63%
G = 32.17%
B = 28.21%

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

#AA8A79 (or 0xAA8A79) is known color: Sandrift. HEX triplet: AA, 8A and 79. RGB value is (170,138,121). Sum of RGB (Red+Green+Blue) = 170+138+121=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A79 is #557586. Grayscale: #919191. Windows color (decimal): -5600647 or 7965354. OLE color: 7965354.

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

Color convert

RGB 170 138 121 -
CMYK 0 0.19 0.29 0.33
HSL 20.82º 0.22% 0.57% -
HSV(B) 20.82º 0.29% 0.67% -
XYZ 29.12 28.1 21.98 -
YUV 145.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 170 138 121 0 0.19 0.29 0.33 20.82 0.22 0.57
Hex AA 8A 79 0 13 1D 21 15 16 39
Octal 252 212 171 0 23 35 41 25 26 71
Binary 10101010 10001010 1111001 0 10011 11101 100001 10101 10110 111001

Color Harmonies of #AA8A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A79

Black with #AA8A79

Text Example


Text Example

White with #AA8A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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