Html Css Color HEX #A8ABAC Gull Grey

📋 copy color: '#A8ABAC'

red 168 ◦ green 171 ◦ blue 172

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

Shades of Gull Grey #A8ABAC

Tints of Gull Grey #A8ABAC

RGB

 RED value IS 168 (66.02% from 255) = 32.88%

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

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

R = 32.88%
G = 33.46%
B = 33.66%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A8ABAC (or 0xA8ABAC) is known color: Gull Grey. HEX triplet: A8, AB and AC. RGB value is (168,171,172). Sum of RGB (Red+Green+Blue) = 168+171+172=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 172 - color contains mainly: blue. Hex color #A8ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABAC is #575453. Grayscale: #AAAAAA. Windows color (decimal): -5723220 or 11316136. OLE color: 11316136.

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

Color convert

RGB 168 171 172 -
CMYK 0.02 0.01 0 0.33
HSL 195º 0.02% 0.67% -
HSV(B) 195º 0.02% 0.67% -
XYZ 38.16 40.43 44.82 -
YUV 170.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 168 171 172 0.02 0.01 0 0.33 195 0.02 0.67
Hex A8 AB AC 2 1 0 21 C3 2 43
Octal 250 253 254 2 1 0 41 303 2 103
Binary 10101000 10101011 10101100 10 1 0 100001 11000011 10 1000011

Color Harmonies of #A8ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABAC

Black with #A8ABAC

Text Example


Text Example

White with #A8ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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