Html Css Color HEX #A2AAAF Gull Grey

📋 copy color: '#A2AAAF'

red 162 ◦ green 170 ◦ blue 175

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

Shades of Gull Grey #A2AAAF

Tints of Gull Grey #A2AAAF

RGB

 RED value IS 162 (63.67% from 255) = 31.95%

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

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 31.95%
G = 33.53%
B = 34.52%

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

#A2AAAF (or 0xA2AAAF) is known color: Gull Grey. HEX triplet: A2, AA and AF. RGB value is (162,170,175). Sum of RGB (Red+Green+Blue) = 162+170+175=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 175 - color contains mainly: blue. Hex color #A2AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AAAF is #5D5550. Grayscale: #A8A8A8. Windows color (decimal): -6116689 or 11512482. OLE color: 11512482.

HSL color Cylindrical-coordinate representation of color #A2AAAF: hue angle of 203.08º 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 #A2AAAF is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 170 175 -
CMYK 0.07 0.03 0 0.31
HSL 203.08º 0.08% 0.66% -
HSV(B) 203.08º 0.07% 0.69% -
XYZ 37.01 39.53 46.24 -
YUV 168.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 162 170 175 0.07 0.03 0 0.31 203.08 0.08 0.66
Hex A2 AA AF 7 3 0 1F CB 8 42
Octal 242 252 257 7 3 0 37 313 10 102
Binary 10100010 10101010 10101111 111 11 0 11111 11001011 1000 1000010

Color Harmonies of #A2AAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AAAF

Black with #A2AAAF

Text Example


Text Example

White with #A2AAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AAAF; }

 p { color: rgb(162,170,175); }

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

background-color css

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

 a { background-color: rgb(162,170,175); }

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

border-color css

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

 span { border-color: rgb(162,170,175); }

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