Html Css Color HEX #A0ABAC Gull Grey

📋 copy color: '#A0ABAC'

red 160 ◦ green 171 ◦ blue 172

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

Shades of Gull Grey #A0ABAC

Tints of Gull Grey #A0ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 31.81%
G = 34%
B = 34.19%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A0ABAC (or 0xA0ABAC) is known color: Gull Grey. HEX triplet: A0, AB and AC. RGB value is (160,171,172). Sum of RGB (Red+Green+Blue) = 160+171+172=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 172 - color contains mainly: blue. Hex color #A0ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ABAC is #5F5453. Grayscale: #A7A7A7. Windows color (decimal): -6247508 or 11316128. OLE color: 11316128.

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

Color convert

RGB 160 171 172 -
CMYK 0.07 0.01 0 0.33
HSL 185º 0.07% 0.65% -
HSV(B) 185º 0.07% 0.67% -
XYZ 36.51 39.58 44.74 -
YUV 167.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 160 171 172 0.07 0.01 0 0.33 185 0.07 0.65
Hex A0 AB AC 7 1 0 21 B9 7 41
Octal 240 253 254 7 1 0 41 271 7 101
Binary 10100000 10101011 10101100 111 1 0 100001 10111001 111 1000001

Color Harmonies of #A0ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABAC

Black with #A0ABAC

Text Example


Text Example

White with #A0ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABAC; }

 p { color: rgb(160,171,172); }

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

background-color css

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

 a { background-color: rgb(160,171,172); }

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

border-color css

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

 span { border-color: rgb(160,171,172); }

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