Html Css Color HEX #A5A8AA Grey Chateau

📋 copy color: '#A5A8AA'

red 165 ◦ green 168 ◦ blue 170

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

Shades of Grey Chateau #A5A8AA

Tints of Grey Chateau #A5A8AA

RGB

 RED value IS 165 (64.84% from 255) = 32.8%

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 32.8%
G = 33.4%
B = 33.8%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A5A8AA (or 0xA5A8AA) is known color: Grey Chateau. HEX triplet: A5, A8 and AA. RGB value is (165,168,170). Sum of RGB (Red+Green+Blue) = 165+168+170=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 170 - color contains mainly: blue. Hex color #A5A8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A8AA is #5A5755. Grayscale: #A7A7A7. Windows color (decimal): -5920598 or 11184293. OLE color: 11184293.

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

Color convert

RGB 165 168 170 -
CMYK 0.03 0.01 0 0.33
HSL 204º 0.03% 0.66% -
HSV(B) 204º 0.03% 0.67% -
XYZ 36.78 38.91 43.6 -
YUV 167.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 165 168 170 0.03 0.01 0 0.33 204 0.03 0.66
Hex A5 A8 AA 3 1 0 21 CC 3 42
Octal 245 250 252 3 1 0 41 314 3 102
Binary 10100101 10101000 10101010 11 1 0 100001 11001100 11 1000010

Color Harmonies of #A5A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A8AA

Black with #A5A8AA

Text Example


Text Example

White with #A5A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A8AA; }

 p { color: rgb(165,168,170); }

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

background-color css

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

 a { background-color: rgb(165,168,170); }

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

border-color css

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

 span { border-color: rgb(165,168,170); }

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