Html Css Color HEX #A4ABAF Gull Grey

📋 copy color: '#A4ABAF'

red 164 ◦ green 171 ◦ blue 175

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

Shades of Gull Grey #A4ABAF

Tints of Gull Grey #A4ABAF

RGB

 RED value IS 164 (64.45% from 255) = 32.16%

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

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 32.16%
G = 33.53%
B = 34.31%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A4ABAF (or 0xA4ABAF) is known color: Gull Grey. HEX triplet: A4, AB and AF. RGB value is (164,171,175). Sum of RGB (Red+Green+Blue) = 164+171+175=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 175 - color contains mainly: blue. Hex color #A4ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABAF is #5B5450. Grayscale: #A9A9A9. Windows color (decimal): -5985361 or 11512740. OLE color: 11512740.

HSL color Cylindrical-coordinate representation of color #A4ABAF: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A4ABAF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 171 175 -
CMYK 0.06 0.02 0 0.31
HSL 201.82º 0.06% 0.66% -
HSV(B) 201.82º 0.06% 0.69% -
XYZ 37.61 40.11 46.32 -
YUV 169.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 164 171 175 0.06 0.02 0 0.31 201.82 0.06 0.66
Hex A4 AB AF 6 2 0 1F CA 6 42
Octal 244 253 257 6 2 0 37 312 6 102
Binary 10100100 10101011 10101111 110 10 0 11111 11001010 110 1000010

Color Harmonies of #A4ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ABAF

Black with #A4ABAF

Text Example


Text Example

White with #A4ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ABAF; }

 p { color: rgb(164,171,175); }

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

background-color css

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

 a { background-color: rgb(164,171,175); }

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

border-color css

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

 span { border-color: rgb(164,171,175); }

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