Html Css Color HEX #A4ABAC Gull Grey

📋 copy color: '#A4ABAC'

red 164 ◦ green 171 ◦ blue 172

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

Shades of Gull Grey #A4ABAC

Tints of Gull Grey #A4ABAC

RGB

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

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

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

R = 32.35%
G = 33.73%
B = 33.93%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A4ABAC (or 0xA4ABAC) is known color: Gull Grey. HEX triplet: A4, AB and AC. RGB value is (164,171,172). Sum of RGB (Red+Green+Blue) = 164+171+172=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 172 - color contains mainly: blue. Hex color #A4ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABAC is #5B5453. Grayscale: #A9A9A9. Windows color (decimal): -5985364 or 11316132. OLE color: 11316132.

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

Color convert

RGB 164 171 172 -
CMYK 0.05 0.01 0 0.33
HSL 187.5º 0.05% 0.66% -
HSV(B) 187.5º 0.05% 0.67% -
XYZ 37.32 40 44.78 -
YUV 169.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 164 171 172 0.05 0.01 0 0.33 187.5 0.05 0.66
Hex A4 AB AC 5 1 0 21 BC 5 42
Octal 244 253 254 5 1 0 41 274 5 102
Binary 10100100 10101011 10101100 101 1 0 100001 10111100 101 1000010

Color Harmonies of #A4ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ABAC

Black with #A4ABAC

Text Example


Text Example

White with #A4ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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