Html Css Color HEX #A1ACAD Gull Grey

📋 copy color: '#A1ACAD'

red 161 ◦ green 172 ◦ blue 173

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

Shades of Gull Grey #A1ACAD

Tints of Gull Grey #A1ACAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 31.82%
G = 33.99%
B = 34.19%

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

#A1ACAD (or 0xA1ACAD) is known color: Gull Grey. HEX triplet: A1, AC and AD. RGB value is (161,172,173). Sum of RGB (Red+Green+Blue) = 161+172+173=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: blue. Hex color #A1ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACAD is #5E5352. Grayscale: #A8A8A8. Windows color (decimal): -6181715 or 11381921. OLE color: 11381921.

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

Color convert

RGB 161 172 173 -
CMYK 0.07 0.01 0 0.32
HSL 185º 0.07% 0.65% -
HSV(B) 185º 0.07% 0.68% -
XYZ 36.99 40.1 45.33 -
YUV 168.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 161 172 173 0.07 0.01 0 0.32 185 0.07 0.65
Hex A1 AC AD 7 1 0 20 B9 7 41
Octal 241 254 255 7 1 0 40 271 7 101
Binary 10100001 10101100 10101101 111 1 0 100000 10111001 111 1000001

Color Harmonies of #A1ACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ACAD

Black with #A1ACAD

Text Example


Text Example

White with #A1ACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ACAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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