Html Css Color HEX #A1ABB5 Grey Chateau

📋 copy color: '#A1ABB5'

red 161 ◦ green 171 ◦ blue 181

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

Shades of Grey Chateau #A1ABB5

Tints of Grey Chateau #A1ABB5

RGB

 RED value IS 161 (63.28% from 255) = 31.38%

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

 BLUE value IS 181 (71.09% from 255) = 35.28%

R = 31.38%
G = 33.33%
B = 35.28%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A1ABB5 (or 0xA1ABB5) is known color: Grey Chateau. HEX triplet: A1, AB and B5. RGB value is (161,171,181). Sum of RGB (Red+Green+Blue) = 161+171+181=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 181 - color contains mainly: blue. Hex color #A1ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABB5 is #5E544A. Grayscale: #A9A9A9. Windows color (decimal): -6181963 or 11905953. OLE color: 11905953.

HSL color Cylindrical-coordinate representation of color #A1ABB5: hue angle of 210º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1ABB5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 171 181 -
CMYK 0.11 0.06 0 0.29
HSL 210º 0.12% 0.67% -
HSV(B) 210º 0.11% 0.71% -
XYZ 37.6 40.04 49.46 -
YUV 169.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 161 171 181 0.11 0.06 0 0.29 210 0.12 0.67
Hex A1 AB B5 B 6 0 1D D2 C 43
Octal 241 253 265 13 6 0 35 322 14 103
Binary 10100001 10101011 10110101 1011 110 0 11101 11010010 1100 1000011

Color Harmonies of #A1ABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ABB5

Black with #A1ABB5

Text Example


Text Example

White with #A1ABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ABB5; }

 p { color: rgb(161,171,181); }

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

background-color css

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

 a { background-color: rgb(161,171,181); }

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

border-color css

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

 span { border-color: rgb(161,171,181); }

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