Html Css Color HEX #ACB1B4 Gull Grey

📋 copy color: '#ACB1B4'

red 172 ◦ green 177 ◦ blue 180

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

Shades of Gull Grey #ACB1B4

Tints of Gull Grey #ACB1B4

RGB

 RED value IS 172 (67.58% from 255) = 32.51%

 GREEN value IS 177 (69.53% from 255) = 33.46%

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 32.51%
G = 33.46%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ACB1B4 (or 0xACB1B4) is known color: Gull Grey. HEX triplet: AC, B1 and B4. RGB value is (172,177,180). Sum of RGB (Red+Green+Blue) = 172+177+180=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 180 - color contains mainly: blue. Hex color #ACB1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1B4 is #534E4B. Grayscale: #AFAFAF. Windows color (decimal): -5459532 or 11841964. OLE color: 11841964.

HSL color Cylindrical-coordinate representation of color #ACB1B4: hue angle of 202.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ACB1B4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 177 180 -
CMYK 0.04 0.02 0 0.29
HSL 202.5º 0.05% 0.69% -
HSV(B) 202.5º 0.04% 0.71% -
XYZ 40.97 43.51 49.42 -
YUV 175.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 172 177 180 0.04 0.02 0 0.29 202.5 0.05 0.69
Hex AC B1 B4 4 2 0 1D CA 5 45
Octal 254 261 264 4 2 0 35 312 5 105
Binary 10101100 10110001 10110100 100 10 0 11101 11001010 101 1000101

Color Harmonies of #ACB1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1B4

Black with #ACB1B4

Text Example


Text Example

White with #ACB1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1B4; }

 p { color: rgb(172,177,180); }

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

background-color css

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

 a { background-color: rgb(172,177,180); }

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

border-color css

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

 span { border-color: rgb(172,177,180); }

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