Html Css Color HEX #A4ABAE Gull Grey

📋 copy color: '#A4ABAE'

red 164 ◦ green 171 ◦ blue 174

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

Shades of Gull Grey #A4ABAE

Tints of Gull Grey #A4ABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.18%

R = 32.22%
G = 33.6%
B = 34.18%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A4ABAE (or 0xA4ABAE) is known color: Gull Grey. HEX triplet: A4, AB and AE. RGB value is (164,171,174). Sum of RGB (Red+Green+Blue) = 164+171+174=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 174 - color contains mainly: blue. Hex color #A4ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABAE is #5B5451. Grayscale: #A9A9A9. Windows color (decimal): -5985362 or 11447204. OLE color: 11447204.

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

Color convert

RGB 164 171 174 -
CMYK 0.06 0.02 0 0.32
HSL 198º 0.06% 0.66% -
HSV(B) 198º 0.06% 0.68% -
XYZ 37.51 40.07 45.8 -
YUV 169.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 164 171 174 0.06 0.02 0 0.32 198 0.06 0.66
Hex A4 AB AE 6 2 0 20 C6 6 42
Octal 244 253 256 6 2 0 40 306 6 102
Binary 10100100 10101011 10101110 110 10 0 100000 11000110 110 1000010

Color Harmonies of #A4ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ABAE

Black with #A4ABAE

Text Example


Text Example

White with #A4ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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