Html Css Color HEX #A9A5AB Chatelle

📋 copy color: '#A9A5AB'

red 169 ◦ green 165 ◦ blue 171

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

Shades of Chatelle #A9A5AB

Tints of Chatelle #A9A5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.67%

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

R = 33.47%
G = 32.67%
B = 33.86%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A9A5AB (or 0xA9A5AB) is known color: Chatelle. HEX triplet: A9, A5 and AB. RGB value is (169,165,171). Sum of RGB (Red+Green+Blue) = 169+165+171=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 171 - color contains mainly: blue. Hex color #A9A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A5AB is #565A54. Grayscale: #A6A6A6. Windows color (decimal): -5659221 or 11249065. OLE color: 11249065.

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

Color convert

RGB 169 165 171 -
CMYK 0.01 0.04 0 0.33
HSL 280º 0.03% 0.66% -
HSV(B) 280º 0.04% 0.67% -
XYZ 37.17 38.29 43.96 -
YUV 166.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 169 165 171 0.01 0.04 0 0.33 280 0.03 0.66
Hex A9 A5 AB 1 4 0 21 118 3 42
Octal 251 245 253 1 4 0 41 430 3 102
Binary 10101001 10100101 10101011 1 100 0 100001 100011000 11 1000010

Color Harmonies of #A9A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A5AB

Black with #A9A5AB

Text Example


Text Example

White with #A9A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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