Html Css Color HEX #AAA6AD Chatelle

📋 copy color: '#AAA6AD'

red 170 ◦ green 166 ◦ blue 173

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

Shades of Chatelle #AAA6AD

Tints of Chatelle #AAA6AD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.61%

 BLUE value IS 173 (67.97% from 255) = 33.99%

R = 33.4%
G = 32.61%
B = 33.99%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AAA6AD (or 0xAAA6AD) is known color: Chatelle. HEX triplet: AA, A6 and AD. RGB value is (170,166,173). Sum of RGB (Red+Green+Blue) = 170+166+173=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 173 - color contains mainly: blue. Hex color #AAA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6AD is #555952. Grayscale: #A7A7A7. Windows color (decimal): -5593427 or 11380394. OLE color: 11380394.

HSL color Cylindrical-coordinate representation of color #AAA6AD: hue angle of 274.29º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAA6AD is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 166 173 -
CMYK 0.02 0.04 0 0.32
HSL 274.29º 0.04% 0.66% -
HSV(B) 274.29º 0.04% 0.68% -
XYZ 37.76 38.84 45.04 -
YUV 167.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 170 166 173 0.02 0.04 0 0.32 274.29 0.04 0.66
Hex AA A6 AD 2 4 0 20 112 4 42
Octal 252 246 255 2 4 0 40 422 4 102
Binary 10101010 10100110 10101101 10 100 0 100000 100010010 100 1000010

Color Harmonies of #AAA6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6AD

Black with #AAA6AD

Text Example


Text Example

White with #AAA6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6AD; }

 p { color: rgb(170,166,173); }

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

background-color css

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

 a { background-color: rgb(170,166,173); }

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

border-color css

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

 span { border-color: rgb(170,166,173); }

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