Html Css Color HEX #AA8876 Sandrift

📋 copy color: '#AA8876'

red 170 ◦ green 136 ◦ blue 118

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

Shades of Sandrift #AA8876

Tints of Sandrift #AA8876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.08%

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

R = 40.09%
G = 32.08%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA8876 (or 0xAA8876) is known color: Sandrift. HEX triplet: AA, 88 and 76. RGB value is (170,136,118). Sum of RGB (Red+Green+Blue) = 170+136+118=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8876 is #557789. Grayscale: #909090. Windows color (decimal): -5601162 or 7768234. OLE color: 7768234.

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

Color convert

RGB 170 136 118 -
CMYK 0 0.20 0.31 0.33
HSL 20.77º 0.23% 0.56% -
HSV(B) 20.77º 0.31% 0.67% -
XYZ 28.65 27.46 20.93 -
YUV 144.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 170 136 118 0 0.20 0.31 0.33 20.77 0.23 0.56
Hex AA 88 76 0 14 1F 21 15 17 38
Octal 252 210 166 0 24 37 41 25 27 70
Binary 10101010 10001000 1110110 0 10100 11111 100001 10101 10111 111000

Color Harmonies of #AA8876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8876

Black with #AA8876

Text Example


Text Example

White with #AA8876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8876; }

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

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

background-color css

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

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

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

border-color css

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

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

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