Html Css Color HEX #A0AFB2 Gull Grey

📋 copy color: '#A0AFB2'

red 160 ◦ green 175 ◦ blue 178

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

Shades of Gull Grey #A0AFB2

Tints of Gull Grey #A0AFB2

RGB

 RED value IS 160 (62.89% from 255) = 31.19%

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

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

R = 31.19%
G = 34.11%
B = 34.7%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A0AFB2 (or 0xA0AFB2) is known color: Gull Grey. HEX triplet: A0, AF and B2. RGB value is (160,175,178). Sum of RGB (Red+Green+Blue) = 160+175+178=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 178 - color contains mainly: blue. Hex color #A0AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFB2 is #5F504D. Grayscale: #AAAAAA. Windows color (decimal): -6246478 or 11710368. OLE color: 11710368.

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

Color convert

RGB 160 175 178 -
CMYK 0.10 0.02 0 0.30
HSL 190º 0.1% 0.66% -
HSV(B) 190º 0.1% 0.7% -
XYZ 37.86 41.35 48.1 -
YUV 170.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 160 175 178 0.10 0.02 0 0.30 190 0.1 0.66
Hex A0 AF B2 A 2 0 1E BE A 42
Octal 240 257 262 12 2 0 36 276 12 102
Binary 10100000 10101111 10110010 1010 10 0 11110 10111110 1010 1000010

Color Harmonies of #A0AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFB2

Black with #A0AFB2

Text Example


Text Example

White with #A0AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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