Html Css Color HEX #AAA6AB Chatelle

📋 copy color: '#AAA6AB'

red 170 ◦ green 166 ◦ blue 171

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

Shades of Chatelle #AAA6AB

Tints of Chatelle #AAA6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 33.53%
G = 32.74%
B = 33.73%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AAA6AB (or 0xAAA6AB) is known color: Chatelle. HEX triplet: AA, A6 and AB. RGB value is (170,166,171). Sum of RGB (Red+Green+Blue) = 170+166+171=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6AB is #555954. Grayscale: #A7A7A7. Windows color (decimal): -5593429 or 11249322. OLE color: 11249322.

HSL color Cylindrical-coordinate representation of color #AAA6AB: hue angle of 288º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAA6AB is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 171 -
CMYK 0.01 0.03 0 0.33
HSL 288º 0.03% 0.66% -
HSV(B) 288º 0.03% 0.67% -
XYZ 37.56 38.76 44.03 -
YUV 167.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 170 166 171 0.01 0.03 0 0.33 288 0.03 0.66
Hex AA A6 AB 1 3 0 21 120 3 42
Octal 252 246 253 1 3 0 41 440 3 102
Binary 10101010 10100110 10101011 1 11 0 100001 100100000 11 1000010

Color Harmonies of #AAA6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6AB

Black with #AAA6AB

Text Example


Text Example

White with #AAA6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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