Html Css Color HEX #A0A7AB Grey Chateau

📋 copy color: '#A0A7AB'

red 160 ◦ green 167 ◦ blue 171

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

Shades of Grey Chateau #A0A7AB

Tints of Grey Chateau #A0A7AB

RGB

 RED value IS 160 (62.89% from 255) = 32.13%

 GREEN value IS 167 (65.63% from 255) = 33.53%

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

R = 32.13%
G = 33.53%
B = 34.34%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A0A7AB (or 0xA0A7AB) is known color: Grey Chateau. HEX triplet: A0, A7 and AB. RGB value is (160,167,171). Sum of RGB (Red+Green+Blue) = 160+167+171=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 171 - color contains mainly: blue. Hex color #A0A7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A7AB is #5F5854. Grayscale: #A5A5A5. Windows color (decimal): -6248533 or 11249568. OLE color: 11249568.

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

Color convert

RGB 160 167 171 -
CMYK 0.06 0.02 0 0.33
HSL 201.82º 0.06% 0.65% -
HSV(B) 201.82º 0.06% 0.67% -
XYZ 35.67 38.05 43.99 -
YUV 165.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 160 167 171 0.06 0.02 0 0.33 201.82 0.06 0.65
Hex A0 A7 AB 6 2 0 21 CA 6 41
Octal 240 247 253 6 2 0 41 312 6 101
Binary 10100000 10100111 10101011 110 10 0 100001 11001010 110 1000001

Color Harmonies of #A0A7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A7AB

Black with #A0A7AB

Text Example


Text Example

White with #A0A7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A7AB; }

 p { color: rgb(160,167,171); }

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

background-color css

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

 a { background-color: rgb(160,167,171); }

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

border-color css

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

 span { border-color: rgb(160,167,171); }

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