Html Css Color HEX #A0AEB5 Gull Grey

📋 copy color: '#A0AEB5'

red 160 ◦ green 174 ◦ blue 181

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

Shades of Gull Grey #A0AEB5

Tints of Gull Grey #A0AEB5

RGB

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

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

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

R = 31.07%
G = 33.79%
B = 35.15%

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

#A0AEB5 (or 0xA0AEB5) is known color: Gull Grey. HEX triplet: A0, AE and B5. RGB value is (160,174,181). Sum of RGB (Red+Green+Blue) = 160+174+181=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 181 - color contains mainly: blue. Hex color #A0AEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEB5 is #5F514A. Grayscale: #AAAAAA. Windows color (decimal): -6246731 or 11906720. OLE color: 11906720.

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

Color convert

RGB 160 174 181 -
CMYK 0.12 0.04 0 0.29
HSL 200º 0.12% 0.67% -
HSV(B) 200º 0.12% 0.71% -
XYZ 37.97 41.08 49.64 -
YUV 170.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 160 174 181 0.12 0.04 0 0.29 200 0.12 0.67
Hex A0 AE B5 C 4 0 1D C8 C 43
Octal 240 256 265 14 4 0 35 310 14 103
Binary 10100000 10101110 10110101 1100 100 0 11101 11001000 1100 1000011

Color Harmonies of #A0AEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AEB5

Black with #A0AEB5

Text Example


Text Example

White with #A0AEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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