Html Css Color HEX #A0B0B4 Gull Grey

📋 copy color: '#A0B0B4'

red 160 ◦ green 176 ◦ blue 180

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

Shades of Gull Grey #A0B0B4

Tints of Gull Grey #A0B0B4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.11%

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 31.01%
G = 34.11%
B = 34.88%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A0B0B4 (or 0xA0B0B4) is known color: Gull Grey. HEX triplet: A0, B0 and B4. RGB value is (160,176,180). Sum of RGB (Red+Green+Blue) = 160+176+180=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 180 - color contains mainly: blue. Hex color #A0B0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0B4 is #5F4F4B. Grayscale: #ABABAB. Windows color (decimal): -6246220 or 11841696. OLE color: 11841696.

HSL color Cylindrical-coordinate representation of color #A0B0B4: hue angle of 192º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B0B4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 176 180 -
CMYK 0.11 0.02 0 0.29
HSL 192º 0.12% 0.67% -
HSV(B) 192º 0.11% 0.71% -
XYZ 38.26 41.82 49.24 -
YUV 171.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 160 176 180 0.11 0.02 0 0.29 192 0.12 0.67
Hex A0 B0 B4 B 2 0 1D C0 C 43
Octal 240 260 264 13 2 0 35 300 14 103
Binary 10100000 10110000 10110100 1011 10 0 11101 11000000 1100 1000011

Color Harmonies of #A0B0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B0B4

Black with #A0B0B4

Text Example


Text Example

White with #A0B0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B0B4; }

 p { color: rgb(160,176,180); }

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

background-color css

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

 a { background-color: rgb(160,176,180); }

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

border-color css

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

 span { border-color: rgb(160,176,180); }

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