Html Css Color HEX #AA8B7C Sandrift

📋 copy color: '#AA8B7C'

red 170 ◦ green 139 ◦ blue 124

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

Shades of Sandrift #AA8B7C

Tints of Sandrift #AA8B7C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.1%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 39.26%
G = 32.1%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA8B7C (or 0xAA8B7C) is known color: Sandrift. HEX triplet: AA, 8B and 7C. RGB value is (170,139,124). Sum of RGB (Red+Green+Blue) = 170+139+124=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B7C is #557483. Grayscale: #929292. Windows color (decimal): -5600388 or 8162218. OLE color: 8162218.

HSL color Cylindrical-coordinate representation of color #AA8B7C: hue angle of 19.57º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA8B7C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 139 124 -
CMYK 0 0.18 0.27 0.33
HSL 19.57º 0.21% 0.58% -
HSV(B) 19.57º 0.27% 0.67% -
XYZ 29.45 28.47 23.01 -
YUV 146.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 170 139 124 0 0.18 0.27 0.33 19.57 0.21 0.58
Hex AA 8B 7C 0 12 1B 21 14 15 3A
Octal 252 213 174 0 22 33 41 24 25 72
Binary 10101010 10001011 1111100 0 10010 11011 100001 10100 10101 111010

Color Harmonies of #AA8B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B7C

Black with #AA8B7C

Text Example


Text Example

White with #AA8B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B7C; }

 p { color: rgb(170,139,124); }

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

background-color css

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

 a { background-color: rgb(170,139,124); }

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

border-color css

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

 span { border-color: rgb(170,139,124); }

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