Html Css Color HEX #A0AFB5 Gull Grey

📋 copy color: '#A0AFB5'

red 160 ◦ green 175 ◦ blue 181

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

Shades of Gull Grey #A0AFB5

Tints of Gull Grey #A0AFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.08%

R = 31.01%
G = 33.91%
B = 35.08%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A0AFB5 (or 0xA0AFB5) is known color: Gull Grey. HEX triplet: A0, AF and B5. RGB value is (160,175,181). Sum of RGB (Red+Green+Blue) = 160+175+181=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 181 - color contains mainly: blue. Hex color #A0AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFB5 is #5F504A. Grayscale: #ABABAB. Windows color (decimal): -6246475 or 11906976. OLE color: 11906976.

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

Color convert

RGB 160 175 181 -
CMYK 0.12 0.03 0 0.29
HSL 197.14º 0.12% 0.67% -
HSV(B) 197.14º 0.12% 0.71% -
XYZ 38.17 41.47 49.71 -
YUV 171.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 160 175 181 0.12 0.03 0 0.29 197.14 0.12 0.67
Hex A0 AF B5 C 3 0 1D C5 C 43
Octal 240 257 265 14 3 0 35 305 14 103
Binary 10100000 10101111 10110101 1100 11 0 11101 11000101 1100 1000011

Color Harmonies of #A0AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFB5

Black with #A0AFB5

Text Example


Text Example

White with #A0AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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