Html Css Color HEX #A1ACAF Gull Grey

📋 copy color: '#A1ACAF'

red 161 ◦ green 172 ◦ blue 175

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

Shades of Gull Grey #A1ACAF

Tints of Gull Grey #A1ACAF

RGB

 RED value IS 161 (63.28% from 255) = 31.69%

 GREEN value IS 172 (67.58% from 255) = 33.86%

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

R = 31.69%
G = 33.86%
B = 34.45%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A1ACAF (or 0xA1ACAF) is known color: Gull Grey. HEX triplet: A1, AC and AF. RGB value is (161,172,175). Sum of RGB (Red+Green+Blue) = 161+172+175=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACAF is #5E5350. Grayscale: #A9A9A9. Windows color (decimal): -6181713 or 11512993. OLE color: 11512993.

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

Color convert

RGB 161 172 175 -
CMYK 0.08 0.02 0 0.31
HSL 192.86º 0.08% 0.66% -
HSV(B) 192.86º 0.08% 0.69% -
XYZ 37.19 40.18 46.35 -
YUV 169.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 161 172 175 0.08 0.02 0 0.31 192.86 0.08 0.66
Hex A1 AC AF 8 2 0 1F C1 8 42
Octal 241 254 257 10 2 0 37 301 10 102
Binary 10100001 10101100 10101111 1000 10 0 11111 11000001 1000 1000010

Color Harmonies of #A1ACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ACAF

Black with #A1ACAF

Text Example


Text Example

White with #A1ACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ACAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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