Html Css Color HEX #A2AFB6 Gull Grey

📋 copy color: '#A2AFB6'

red 162 ◦ green 175 ◦ blue 182

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

Shades of Gull Grey #A2AFB6

Tints of Gull Grey #A2AFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 31.21%
G = 33.72%
B = 35.07%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A2AFB6 (or 0xA2AFB6) is known color: Gull Grey. HEX triplet: A2, AF and B6. RGB value is (162,175,182). Sum of RGB (Red+Green+Blue) = 162+175+182=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 182 - color contains mainly: blue. Hex color #A2AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFB6 is #5D5049. Grayscale: #ABABAB. Windows color (decimal): -6115402 or 11972514. OLE color: 11972514.

HSL color Cylindrical-coordinate representation of color #A2AFB6: hue angle of 201º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2AFB6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 175 182 -
CMYK 0.11 0.04 0 0.29
HSL 201º 0.12% 0.67% -
HSV(B) 201º 0.11% 0.71% -
XYZ 38.67 41.72 50.27 -
YUV 171.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 162 175 182 0.11 0.04 0 0.29 201 0.12 0.67
Hex A2 AF B6 B 4 0 1D C9 C 43
Octal 242 257 266 13 4 0 35 311 14 103
Binary 10100010 10101111 10110110 1011 100 0 11101 11001001 1100 1000011

Color Harmonies of #A2AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AFB6

Black with #A2AFB6

Text Example


Text Example

White with #A2AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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