Html Css Color HEX #A6AFB2 Gull Grey

📋 copy color: '#A6AFB2'

red 166 ◦ green 175 ◦ blue 178

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

Shades of Gull Grey #A6AFB2

Tints of Gull Grey #A6AFB2

RGB

 RED value IS 166 (65.23% from 255) = 31.98%

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

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

R = 31.98%
G = 33.72%
B = 34.3%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A6AFB2 (or 0xA6AFB2) is known color: Gull Grey. HEX triplet: A6, AF and B2. RGB value is (166,175,178). Sum of RGB (Red+Green+Blue) = 166+175+178=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 178 - color contains mainly: blue. Hex color #A6AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AFB2 is #59504D. Grayscale: #ACACAC. Windows color (decimal): -5853262 or 11710374. OLE color: 11710374.

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

Color convert

RGB 166 175 178 -
CMYK 0.07 0.02 0 0.30
HSL 195º 0.07% 0.67% -
HSV(B) 195º 0.07% 0.7% -
XYZ 39.09 41.98 48.16 -
YUV 172.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 166 175 178 0.07 0.02 0 0.30 195 0.07 0.67
Hex A6 AF B2 7 2 0 1E C3 7 43
Octal 246 257 262 7 2 0 36 303 7 103
Binary 10100110 10101111 10110010 111 10 0 11110 11000011 111 1000011

Color Harmonies of #A6AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AFB2

Black with #A6AFB2

Text Example


Text Example

White with #A6AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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