Html Css Color HEX #A1ACAE Gull Grey

📋 copy color: '#A1ACAE'

red 161 ◦ green 172 ◦ blue 174

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

Shades of Gull Grey #A1ACAE

Tints of Gull Grey #A1ACAE

RGB

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

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

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

R = 31.76%
G = 33.93%
B = 34.32%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A1ACAE (or 0xA1ACAE) is known color: Gull Grey. HEX triplet: A1, AC and AE. RGB value is (161,172,174). Sum of RGB (Red+Green+Blue) = 161+172+174=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: blue. Hex color #A1ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACAE is #5E5351. Grayscale: #A8A8A8. Windows color (decimal): -6181714 or 11447457. OLE color: 11447457.

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

Color convert

RGB 161 172 174 -
CMYK 0.07 0.01 0 0.32
HSL 189.23º 0.07% 0.66% -
HSV(B) 189.23º 0.07% 0.68% -
XYZ 37.09 40.14 45.84 -
YUV 168.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 161 172 174 0.07 0.01 0 0.32 189.23 0.07 0.66
Hex A1 AC AE 7 1 0 20 BD 7 42
Octal 241 254 256 7 1 0 40 275 7 102
Binary 10100001 10101100 10101110 111 1 0 100000 10111101 111 1000010

Color Harmonies of #A1ACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ACAE

Black with #A1ACAE

Text Example


Text Example

White with #A1ACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ACAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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