Html Css Color HEX #A3AAB0 Grey Chateau

📋 copy color: '#A3AAB0'

red 163 ◦ green 170 ◦ blue 176

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

Shades of Grey Chateau #A3AAB0

Tints of Grey Chateau #A3AAB0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.4%

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 32.02%
G = 33.4%
B = 34.58%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A3AAB0 (or 0xA3AAB0) is known color: Grey Chateau. HEX triplet: A3, AA and B0. RGB value is (163,170,176). Sum of RGB (Red+Green+Blue) = 163+170+176=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 176 - color contains mainly: blue. Hex color #A3AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AAB0 is #5C554F. Grayscale: #A8A8A8. Windows color (decimal): -6051152 or 11578019. OLE color: 11578019.

HSL color Cylindrical-coordinate representation of color #A3AAB0: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3AAB0 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 170 176 -
CMYK 0.07 0.03 0 0.31
HSL 207.69º 0.08% 0.66% -
HSV(B) 207.69º 0.07% 0.69% -
XYZ 37.32 39.67 46.76 -
YUV 168.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 163 170 176 0.07 0.03 0 0.31 207.69 0.08 0.66
Hex A3 AA B0 7 3 0 1F D0 8 42
Octal 243 252 260 7 3 0 37 320 10 102
Binary 10100011 10101010 10110000 111 11 0 11111 11010000 1000 1000010

Color Harmonies of #A3AAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AAB0

Black with #A3AAB0

Text Example


Text Example

White with #A3AAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AAB0; }

 p { color: rgb(163,170,176); }

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

background-color css

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

 a { background-color: rgb(163,170,176); }

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

border-color css

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

 span { border-color: rgb(163,170,176); }

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