Html Css Color HEX #A0AEB2 Gull Grey

📋 copy color: '#A0AEB2'

red 160 ◦ green 174 ◦ blue 178

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

Shades of Gull Grey #A0AEB2

Tints of Gull Grey #A0AEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 31.25%
G = 33.98%
B = 34.77%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A0AEB2 (or 0xA0AEB2) is known color: Gull Grey. HEX triplet: A0, AE and B2. RGB value is (160,174,178). Sum of RGB (Red+Green+Blue) = 160+174+178=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 178 - color contains mainly: blue. Hex color #A0AEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AEB2 is #5F514D. Grayscale: #AAAAAA. Windows color (decimal): -6246734 or 11710112. OLE color: 11710112.

HSL color Cylindrical-coordinate representation of color #A0AEB2: hue angle of 193.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0AEB2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 174 178 -
CMYK 0.10 0.02 0 0.30
HSL 193.33º 0.1% 0.66% -
HSV(B) 193.33º 0.1% 0.7% -
XYZ 37.67 40.96 48.04 -
YUV 170.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 160 174 178 0.10 0.02 0 0.30 193.33 0.1 0.66
Hex A0 AE B2 A 2 0 1E C1 A 42
Octal 240 256 262 12 2 0 36 301 12 102
Binary 10100000 10101110 10110010 1010 10 0 11110 11000001 1010 1000010

Color Harmonies of #A0AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AEB2

Black with #A0AEB2

Text Example


Text Example

White with #A0AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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