Html Css Color HEX #A2AFB2 Gull Grey

📋 copy color: '#A2AFB2'

red 162 ◦ green 175 ◦ blue 178

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

Shades of Gull Grey #A2AFB2

Tints of Gull Grey #A2AFB2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.98%

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 31.46%
G = 33.98%
B = 34.56%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A2AFB2 (or 0xA2AFB2) is known color: Gull Grey. HEX triplet: A2, AF and B2. RGB value is (162,175,178). Sum of RGB (Red+Green+Blue) = 162+175+178=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 178 - color contains mainly: blue. Hex color #A2AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AFB2 is #5D504D. Grayscale: #ABABAB. Windows color (decimal): -6115406 or 11710370. OLE color: 11710370.

HSL color Cylindrical-coordinate representation of color #A2AFB2: hue angle of 191.25º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2AFB2 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 175 178 -
CMYK 0.09 0.02 0 0.30
HSL 191.25º 0.09% 0.67% -
HSV(B) 191.25º 0.09% 0.7% -
XYZ 38.27 41.56 48.12 -
YUV 171.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 162 175 178 0.09 0.02 0 0.30 191.25 0.09 0.67
Hex A2 AF B2 9 2 0 1E BF 9 43
Octal 242 257 262 11 2 0 36 277 11 103
Binary 10100010 10101111 10110010 1001 10 0 11110 10111111 1001 1000011

Color Harmonies of #A2AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AFB2

Black with #A2AFB2

Text Example


Text Example

White with #A2AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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