Html Css Color HEX #A0AFB6 Gull Grey

📋 copy color: '#A0AFB6'

red 160 ◦ green 175 ◦ blue 182

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

Shades of Gull Grey #A0AFB6

Tints of Gull Grey #A0AFB6

RGB

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

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

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

R = 30.95%
G = 33.85%
B = 35.2%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A0AFB6 (or 0xA0AFB6) is known color: Gull Grey. HEX triplet: A0, AF and B6. RGB value is (160,175,182). Sum of RGB (Red+Green+Blue) = 160+175+182=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 182 - color contains mainly: blue. Hex color #A0AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFB6 is #5F5049. Grayscale: #ABABAB. Windows color (decimal): -6246474 or 11972512. OLE color: 11972512.

HSL color Cylindrical-coordinate representation of color #A0AFB6: hue angle of 199.09º degrees, saturation: 0.13, 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 #A0AFB6 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 175 182 -
CMYK 0.12 0.04 0 0.29
HSL 199.09º 0.13% 0.67% -
HSV(B) 199.09º 0.12% 0.71% -
XYZ 38.27 41.51 50.25 -
YUV 171.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 160 175 182 0.12 0.04 0 0.29 199.09 0.13 0.67
Hex A0 AF B6 C 4 0 1D C7 D 43
Octal 240 257 266 14 4 0 35 307 15 103
Binary 10100000 10101111 10110110 1100 100 0 11101 11000111 1101 1000011

Color Harmonies of #A0AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFB6

Black with #A0AFB6

Text Example


Text Example

White with #A0AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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