Html Css Color HEX #A3AAAD Gull Grey

📋 copy color: '#A3AAAD'

red 163 ◦ green 170 ◦ blue 173

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

Shades of Gull Grey #A3AAAD

Tints of Gull Grey #A3AAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 32.21%
G = 33.6%
B = 34.19%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A3AAAD (or 0xA3AAAD) is known color: Gull Grey. HEX triplet: A3, AA and AD. RGB value is (163,170,173). Sum of RGB (Red+Green+Blue) = 163+170+173=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: blue. Hex color #A3AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AAAD is #5C5552. Grayscale: #A8A8A8. Windows color (decimal): -6051155 or 11381411. OLE color: 11381411.

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

Color convert

RGB 163 170 173 -
CMYK 0.06 0.02 0 0.32
HSL 198º 0.06% 0.66% -
HSV(B) 198º 0.06% 0.68% -
XYZ 37.02 39.55 45.22 -
YUV 168.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 163 170 173 0.06 0.02 0 0.32 198 0.06 0.66
Hex A3 AA AD 6 2 0 20 C6 6 42
Octal 243 252 255 6 2 0 40 306 6 102
Binary 10100011 10101010 10101101 110 10 0 100000 11000110 110 1000010

Color Harmonies of #A3AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AAAD

Black with #A3AAAD

Text Example


Text Example

White with #A3AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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