Html Css Color HEX #ACAEAF Gull Grey

📋 copy color: '#ACAEAF'

red 172 ◦ green 174 ◦ blue 175

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

Shades of Gull Grey #ACAEAF

Tints of Gull Grey #ACAEAF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.4%

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

R = 33.01%
G = 33.4%
B = 33.59%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ACAEAF (or 0xACAEAF) is known color: Gull Grey. HEX triplet: AC, AE and AF. RGB value is (172,174,175). Sum of RGB (Red+Green+Blue) = 172+174+175=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 175 - color contains mainly: blue. Hex color #ACAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEAF is #535150. Grayscale: #ADADAD. Windows color (decimal): -5460305 or 11513516. OLE color: 11513516.

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

Color convert

RGB 172 174 175 -
CMYK 0.02 0.01 0 0.31
HSL 200º 0.02% 0.68% -
HSV(B) 200º 0.02% 0.69% -
XYZ 39.89 42.14 46.59 -
YUV 173.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 172 174 175 0.02 0.01 0 0.31 200 0.02 0.68
Hex AC AE AF 2 1 0 1F C8 2 44
Octal 254 256 257 2 1 0 37 310 2 104
Binary 10101100 10101110 10101111 10 1 0 11111 11001000 10 1000100

Color Harmonies of #ACAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAEAF

Black with #ACAEAF

Text Example


Text Example

White with #ACAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAEAF; }

 p { color: rgb(172,174,175); }

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

background-color css

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

 a { background-color: rgb(172,174,175); }

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

border-color css

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

 span { border-color: rgb(172,174,175); }

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