Html Css Color HEX #AAB69F Silver Chalice

📋 copy color: '#AAB69F'

red 170 ◦ green 182 ◦ blue 159

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

Shades of Silver Chalice #AAB69F

Tints of Silver Chalice #AAB69F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

 BLUE value IS 159 (62.5% from 255) = 31.12%

R = 33.27%
G = 35.62%
B = 31.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#AAB69F (or 0xAAB69F) is known color: Silver Chalice. HEX triplet: AA, B6 and 9F. RGB value is (170,182,159). Sum of RGB (Red+Green+Blue) = 170+182+159=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB69F is #554960. Grayscale: #AFAFAF. Windows color (decimal): -5589345 or 10466986. OLE color: 10466986.

HSL color Cylindrical-coordinate representation of color #AAB69F: hue angle of 91.3º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB69F is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 159 -
CMYK 0.07 0 0.13 0.29
HSL 91.3º 0.14% 0.67% -
HSV(B) 91.3º 0.13% 0.71% -
XYZ 39.56 44.51 39.31 -
YUV 175.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 170 182 159 0.07 0 0.13 0.29 91.3 0.14 0.67
Hex AA B6 9F 7 0 D 1D 5B E 43
Octal 252 266 237 7 0 15 35 133 16 103
Binary 10101010 10110110 10011111 111 0 1101 11101 1011011 1110 1000011

Color Harmonies of #AAB69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB69F

Black with #AAB69F

Text Example


Text Example

White with #AAB69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB69F; }

 p { color: rgb(170,182,159); }

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

background-color css

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

 a { background-color: rgb(170,182,159); }

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

border-color css

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

 span { border-color: rgb(170,182,159); }

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