Html Css Color HEX #A2AEAF Gull Grey

📋 copy color: '#A2AEAF'

red 162 ◦ green 174 ◦ blue 175

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

Shades of Gull Grey #A2AEAF

Tints of Gull Grey #A2AEAF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.05%

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

R = 31.7%
G = 34.05%
B = 34.25%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A2AEAF (or 0xA2AEAF) is known color: Gull Grey. HEX triplet: A2, AE and AF. RGB value is (162,174,175). Sum of RGB (Red+Green+Blue) = 162+174+175=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: blue. Hex color #A2AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AEAF is #5D5150. Grayscale: #AAAAAA. Windows color (decimal): -6115665 or 11513506. OLE color: 11513506.

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

Color convert

RGB 162 174 175 -
CMYK 0.07 0.01 0 0.31
HSL 184.62º 0.08% 0.66% -
HSV(B) 184.62º 0.07% 0.69% -
XYZ 37.77 41.05 46.49 -
YUV 170.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 162 174 175 0.07 0.01 0 0.31 184.62 0.08 0.66
Hex A2 AE AF 7 1 0 1F B9 8 42
Octal 242 256 257 7 1 0 37 271 10 102
Binary 10100010 10101110 10101111 111 1 0 11111 10111001 1000 1000010

Color Harmonies of #A2AEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AEAF

Black with #A2AEAF

Text Example


Text Example

White with #A2AEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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