Html Css Color HEX #A7ABAC Gull Grey

📋 copy color: '#A7ABAC'

red 167 ◦ green 171 ◦ blue 172

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

Shades of Gull Grey #A7ABAC

Tints of Gull Grey #A7ABAC

RGB

 RED value IS 167 (65.63% from 255) = 32.75%

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

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

R = 32.75%
G = 33.53%
B = 33.73%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A7ABAC (or 0xA7ABAC) is known color: Gull Grey. HEX triplet: A7, AB and AC. RGB value is (167,171,172). Sum of RGB (Red+Green+Blue) = 167+171+172=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 172 - color contains mainly: blue. Hex color #A7ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ABAC is #585453. Grayscale: #A9A9A9. Windows color (decimal): -5788756 or 11316135. OLE color: 11316135.

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

Color convert

RGB 167 171 172 -
CMYK 0.03 0.01 0 0.33
HSL 192º 0.03% 0.66% -
HSV(B) 192º 0.03% 0.67% -
XYZ 37.95 40.32 44.81 -
YUV 169.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 167 171 172 0.03 0.01 0 0.33 192 0.03 0.66
Hex A7 AB AC 3 1 0 21 C0 3 42
Octal 247 253 254 3 1 0 41 300 3 102
Binary 10100111 10101011 10101100 11 1 0 100001 11000000 11 1000010

Color Harmonies of #A7ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7ABAC

Black with #A7ABAC

Text Example


Text Example

White with #A7ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7ABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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