Html Css Color HEX #A8ADAF Gull Grey

📋 copy color: '#A8ADAF'

red 168 ◦ green 173 ◦ blue 175

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

Shades of Gull Grey #A8ADAF

Tints of Gull Grey #A8ADAF

RGB

 RED value IS 168 (66.02% from 255) = 32.56%

 GREEN value IS 173 (67.97% from 255) = 33.53%

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

R = 32.56%
G = 33.53%
B = 33.91%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A8ADAF (or 0xA8ADAF) is known color: Gull Grey. HEX triplet: A8, AD and AF. RGB value is (168,173,175). Sum of RGB (Red+Green+Blue) = 168+173+175=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 175 - color contains mainly: blue. Hex color #A8ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADAF is #575250. Grayscale: #ABABAB. Windows color (decimal): -5722705 or 11513256. OLE color: 11513256.

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

Color convert

RGB 168 173 175 -
CMYK 0.04 0.01 0 0.31
HSL 197.14º 0.04% 0.67% -
HSV(B) 197.14º 0.04% 0.69% -
XYZ 38.83 41.31 46.48 -
YUV 171.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 168 173 175 0.04 0.01 0 0.31 197.14 0.04 0.67
Hex A8 AD AF 4 1 0 1F C5 4 43
Octal 250 255 257 4 1 0 37 305 4 103
Binary 10101000 10101101 10101111 100 1 0 11111 11000101 100 1000011

Color Harmonies of #A8ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADAF

Black with #A8ADAF

Text Example


Text Example

White with #A8ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADAF; }

 p { color: rgb(168,173,175); }

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

background-color css

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

 a { background-color: rgb(168,173,175); }

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

border-color css

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

 span { border-color: rgb(168,173,175); }

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