Html Css Color HEX #AA8976 Sandrift

📋 copy color: '#AA8976'

red 170 ◦ green 137 ◦ blue 118

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

Shades of Sandrift #AA8976

Tints of Sandrift #AA8976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.76%

R = 40%
G = 32.24%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA8976 (or 0xAA8976) is known color: Sandrift. HEX triplet: AA, 89 and 76. RGB value is (170,137,118). Sum of RGB (Red+Green+Blue) = 170+137+118=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8976 is #557689. Grayscale: #909090. Windows color (decimal): -5600906 or 7768490. OLE color: 7768490.

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

Color convert

RGB 170 137 118 -
CMYK 0 0.19 0.31 0.33
HSL 21.92º 0.23% 0.56% -
HSV(B) 21.92º 0.31% 0.67% -
XYZ 28.79 27.75 20.98 -
YUV 144.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 170 137 118 0 0.19 0.31 0.33 21.92 0.23 0.56
Hex AA 89 76 0 13 1F 21 16 17 38
Octal 252 211 166 0 23 37 41 26 27 70
Binary 10101010 10001001 1110110 0 10011 11111 100001 10110 10111 111000

Color Harmonies of #AA8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8976

Black with #AA8976

Text Example


Text Example

White with #AA8976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8976; }

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

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

background-color css

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

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

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

border-color css

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

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

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