Html Css Color HEX #A0AFB4 Gull Grey

📋 copy color: '#A0AFB4'

red 160 ◦ green 175 ◦ blue 180

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

Shades of Gull Grey #A0AFB4

Tints of Gull Grey #A0AFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.95%

R = 31.07%
G = 33.98%
B = 34.95%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A0AFB4 (or 0xA0AFB4) is known color: Gull Grey. HEX triplet: A0, AF and B4. RGB value is (160,175,180). Sum of RGB (Red+Green+Blue) = 160+175+180=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #A0AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFB4 is #5F504B. Grayscale: #ABABAB. Windows color (decimal): -6246476 or 11841440. OLE color: 11841440.

HSL color Cylindrical-coordinate representation of color #A0AFB4: hue angle of 195º 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 #A0AFB4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 175 180 -
CMYK 0.11 0.03 0 0.29
HSL 195º 0.12% 0.67% -
HSV(B) 195º 0.11% 0.71% -
XYZ 38.07 41.43 49.17 -
YUV 171.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 160 175 180 0.11 0.03 0 0.29 195 0.12 0.67
Hex A0 AF B4 B 3 0 1D C3 C 43
Octal 240 257 264 13 3 0 35 303 14 103
Binary 10100000 10101111 10110100 1011 11 0 11101 11000011 1100 1000011

Color Harmonies of #A0AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFB4

Black with #A0AFB4

Text Example


Text Example

White with #A0AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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