Html Css Color HEX #AA8D76 Sandrift

📋 copy color: '#AA8D76'

red 170 ◦ green 141 ◦ blue 118

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

Shades of Sandrift #AA8D76

Tints of Sandrift #AA8D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

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

R = 39.63%
G = 32.87%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA8D76 (or 0xAA8D76) is known color: Sandrift. HEX triplet: AA, 8D and 76. RGB value is (170,141,118). Sum of RGB (Red+Green+Blue) = 170+141+118=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D76 is #557289. Grayscale: #939393. Windows color (decimal): -5599882 or 7769514. OLE color: 7769514.

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

Color convert

RGB 170 141 118 -
CMYK 0 0.17 0.31 0.33
HSL 26.54º 0.23% 0.56% -
HSV(B) 26.54º 0.31% 0.67% -
XYZ 29.37 28.9 21.17 -
YUV 147.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 170 141 118 0 0.17 0.31 0.33 26.54 0.23 0.56
Hex AA 8D 76 0 11 1F 21 1B 17 38
Octal 252 215 166 0 21 37 41 33 27 70
Binary 10101010 10001101 1110110 0 10001 11111 100001 11011 10111 111000

Color Harmonies of #AA8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D76

Black with #AA8D76

Text Example


Text Example

White with #AA8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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