Html Css Color HEX #A8ADAE Gull Grey

📋 copy color: '#A8ADAE'

red 168 ◦ green 173 ◦ blue 174

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

Shades of Gull Grey #A8ADAE

Tints of Gull Grey #A8ADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.79%

R = 32.62%
G = 33.59%
B = 33.79%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A8ADAE (or 0xA8ADAE) is known color: Gull Grey. HEX triplet: A8, AD and AE. RGB value is (168,173,174). Sum of RGB (Red+Green+Blue) = 168+173+174=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 174 - color contains mainly: blue. Hex color #A8ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADAE is #575251. Grayscale: #ABABAB. Windows color (decimal): -5722706 or 11447720. OLE color: 11447720.

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

Color convert

RGB 168 173 174 -
CMYK 0.03 0.01 0 0.32
HSL 190º 0.04% 0.67% -
HSV(B) 190º 0.03% 0.68% -
XYZ 38.73 41.27 45.97 -
YUV 171.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 168 173 174 0.03 0.01 0 0.32 190 0.04 0.67
Hex A8 AD AE 3 1 0 20 BE 4 43
Octal 250 255 256 3 1 0 40 276 4 103
Binary 10101000 10101101 10101110 11 1 0 100000 10111110 100 1000011

Color Harmonies of #A8ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADAE

Black with #A8ADAE

Text Example


Text Example

White with #A8ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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