Html Css Color HEX #A9A6AB Chatelle

📋 copy color: '#A9A6AB'

red 169 ◦ green 166 ◦ blue 171

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

Shades of Chatelle #A9A6AB

Tints of Chatelle #A9A6AB

RGB

 RED value IS 169 (66.41% from 255) = 33.4%

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

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

R = 33.4%
G = 32.81%
B = 33.79%

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

#A9A6AB (or 0xA9A6AB) is known color: Chatelle. HEX triplet: A9, A6 and AB. RGB value is (169,166,171). Sum of RGB (Red+Green+Blue) = 169+166+171=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 171 - color contains mainly: blue. Hex color #A9A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A6AB is #565954. Grayscale: #A7A7A7. Windows color (decimal): -5658965 or 11249321. OLE color: 11249321.

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

Color convert

RGB 169 166 171 -
CMYK 0.01 0.03 0 0.33
HSL 276º 0.03% 0.66% -
HSV(B) 276º 0.03% 0.67% -
XYZ 37.35 38.65 44.02 -
YUV 167.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 169 166 171 0.01 0.03 0 0.33 276 0.03 0.66
Hex A9 A6 AB 1 3 0 21 114 3 42
Octal 251 246 253 1 3 0 41 424 3 102
Binary 10101001 10100110 10101011 1 11 0 100001 100010100 11 1000010

Color Harmonies of #A9A6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A6AB

Black with #A9A6AB

Text Example


Text Example

White with #A9A6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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