Html Css Color HEX #AA8C76 Sandrift

📋 copy color: '#AA8C76'

red 170 ◦ green 140 ◦ blue 118

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

Shades of Sandrift #AA8C76

Tints of Sandrift #AA8C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

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

R = 39.72%
G = 32.71%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA8C76 (or 0xAA8C76) is known color: Sandrift. HEX triplet: AA, 8C and 76. RGB value is (170,140,118). Sum of RGB (Red+Green+Blue) = 170+140+118=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C76 is #557389. Grayscale: #929292. Windows color (decimal): -5600138 or 7769258. OLE color: 7769258.

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

Color convert

RGB 170 140 118 -
CMYK 0 0.18 0.31 0.33
HSL 25.38º 0.23% 0.56% -
HSV(B) 25.38º 0.31% 0.67% -
XYZ 29.23 28.61 21.12 -
YUV 146.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 170 140 118 0 0.18 0.31 0.33 25.38 0.23 0.56
Hex AA 8C 76 0 12 1F 21 19 17 38
Octal 252 214 166 0 22 37 41 31 27 70
Binary 10101010 10001100 1110110 0 10010 11111 100001 11001 10111 111000

Color Harmonies of #AA8C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C76

Black with #AA8C76

Text Example


Text Example

White with #AA8C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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