Html Css Color HEX #A6ABAF Grey Chateau

📋 copy color: '#A6ABAF'

red 166 ◦ green 171 ◦ blue 175

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

Shades of Grey Chateau #A6ABAF

Tints of Grey Chateau #A6ABAF

RGB

 RED value IS 166 (65.23% from 255) = 32.42%

 GREEN value IS 171 (67.19% from 255) = 33.4%

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 32.42%
G = 33.4%
B = 34.18%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A6ABAF (or 0xA6ABAF) is known color: Grey Chateau. HEX triplet: A6, AB and AF. RGB value is (166,171,175). Sum of RGB (Red+Green+Blue) = 166+171+175=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 175 - color contains mainly: blue. Hex color #A6ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABAF is #595450. Grayscale: #A9A9A9. Windows color (decimal): -5854289 or 11512742. OLE color: 11512742.

HSL color Cylindrical-coordinate representation of color #A6ABAF: hue angle of 206.67º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A6ABAF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 171 175 -
CMYK 0.05 0.02 0 0.31
HSL 206.67º 0.05% 0.67% -
HSV(B) 206.67º 0.05% 0.69% -
XYZ 38.03 40.33 46.34 -
YUV 169.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 166 171 175 0.05 0.02 0 0.31 206.67 0.05 0.67
Hex A6 AB AF 5 2 0 1F CF 5 43
Octal 246 253 257 5 2 0 37 317 5 103
Binary 10100110 10101011 10101111 101 10 0 11111 11001111 101 1000011

Color Harmonies of #A6ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABAF

Black with #A6ABAF

Text Example


Text Example

White with #A6ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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