Html Css Color HEX #A8ABAE Grey Chateau

📋 copy color: '#A8ABAE'

red 168 ◦ green 171 ◦ blue 174

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

Shades of Grey Chateau #A8ABAE

Tints of Grey Chateau #A8ABAE

RGB

 RED value IS 168 (66.02% from 255) = 32.75%

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

 BLUE value IS 174 (68.36% from 255) = 33.92%

R = 32.75%
G = 33.33%
B = 33.92%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A8ABAE (or 0xA8ABAE) is known color: Grey Chateau. HEX triplet: A8, AB and AE. RGB value is (168,171,174). Sum of RGB (Red+Green+Blue) = 168+171+174=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 174 - color contains mainly: blue. Hex color #A8ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABAE is #575451. Grayscale: #AAAAAA. Windows color (decimal): -5723218 or 11447208. OLE color: 11447208.

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

Color convert

RGB 168 171 174 -
CMYK 0.03 0.02 0 0.32
HSL 210º 0.04% 0.67% -
HSV(B) 210º 0.03% 0.68% -
XYZ 38.35 40.51 45.84 -
YUV 170.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 168 171 174 0.03 0.02 0 0.32 210 0.04 0.67
Hex A8 AB AE 3 2 0 20 D2 4 43
Octal 250 253 256 3 2 0 40 322 4 103
Binary 10101000 10101011 10101110 11 10 0 100000 11010010 100 1000011

Color Harmonies of #A8ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABAE

Black with #A8ABAE

Text Example


Text Example

White with #A8ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABAE; }

 p { color: rgb(168,171,174); }

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

background-color css

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

 a { background-color: rgb(168,171,174); }

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

border-color css

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

 span { border-color: rgb(168,171,174); }

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