Html Css Color HEX #A3AAAE Gull Grey

📋 copy color: '#A3AAAE'

red 163 ◦ green 170 ◦ blue 174

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

Shades of Gull Grey #A3AAAE

Tints of Gull Grey #A3AAAE

RGB

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

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

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

R = 32.15%
G = 33.53%
B = 34.32%

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

#A3AAAE (or 0xA3AAAE) is known color: Gull Grey. HEX triplet: A3, AA and AE. RGB value is (163,170,174). Sum of RGB (Red+Green+Blue) = 163+170+174=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: blue. Hex color #A3AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AAAE is #5C5551. Grayscale: #A8A8A8. Windows color (decimal): -6051154 or 11446947. OLE color: 11446947.

HSL color Cylindrical-coordinate representation of color #A3AAAE: hue angle of 201.82º 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 #A3AAAE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 170 174 -
CMYK 0.06 0.02 0 0.32
HSL 201.82º 0.06% 0.66% -
HSV(B) 201.82º 0.06% 0.68% -
XYZ 37.12 39.59 45.73 -
YUV 168.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 163 170 174 0.06 0.02 0 0.32 201.82 0.06 0.66
Hex A3 AA AE 6 2 0 20 CA 6 42
Octal 243 252 256 6 2 0 40 312 6 102
Binary 10100011 10101010 10101110 110 10 0 100000 11001010 110 1000010

Color Harmonies of #A3AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AAAE

Black with #A3AAAE

Text Example


Text Example

White with #A3AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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