Html Css Color HEX #A3ABB2 Grey Chateau

📋 copy color: '#A3ABB2'

red 163 ◦ green 171 ◦ blue 178

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

Shades of Grey Chateau #A3ABB2

Tints of Grey Chateau #A3ABB2

RGB

 RED value IS 163 (64.06% from 255) = 31.84%

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

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 31.84%
G = 33.4%
B = 34.77%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A3ABB2 (or 0xA3ABB2) is known color: Grey Chateau. HEX triplet: A3, AB and B2. RGB value is (163,171,178). Sum of RGB (Red+Green+Blue) = 163+171+178=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 178 - color contains mainly: blue. Hex color #A3ABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABB2 is #5C544D. Grayscale: #A9A9A9. Windows color (decimal): -6050894 or 11709347. OLE color: 11709347.

HSL color Cylindrical-coordinate representation of color #A3ABB2: hue angle of 208º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A3ABB2 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 171 178 -
CMYK 0.08 0.04 0 0.30
HSL 208º 0.09% 0.67% -
HSV(B) 208º 0.08% 0.7% -
XYZ 37.7 40.13 47.88 -
YUV 169.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 163 171 178 0.08 0.04 0 0.30 208 0.09 0.67
Hex A3 AB B2 8 4 0 1E D0 9 43
Octal 243 253 262 10 4 0 36 320 11 103
Binary 10100011 10101011 10110010 1000 100 0 11110 11010000 1001 1000011

Color Harmonies of #A3ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ABB2

Black with #A3ABB2

Text Example


Text Example

White with #A3ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ABB2; }

 p { color: rgb(163,171,178); }

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

background-color css

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

 a { background-color: rgb(163,171,178); }

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

border-color css

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

 span { border-color: rgb(163,171,178); }

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