Html Css Color HEX #A1A7AA Gull Grey

📋 copy color: '#A1A7AA'

red 161 ◦ green 167 ◦ blue 170

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

Shades of Gull Grey #A1A7AA

Tints of Gull Grey #A1A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.53%

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 32.33%
G = 33.53%
B = 34.14%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A1A7AA (or 0xA1A7AA) is known color: Gull Grey. HEX triplet: A1, A7 and AA. RGB value is (161,167,170). Sum of RGB (Red+Green+Blue) = 161+167+170=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 170 - color contains mainly: blue. Hex color #A1A7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A7AA is #5E5855. Grayscale: #A5A5A5. Windows color (decimal): -6182998 or 11184033. OLE color: 11184033.

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

Color convert

RGB 161 167 170 -
CMYK 0.05 0.02 0 0.33
HSL 200º 0.05% 0.65% -
HSV(B) 200º 0.05% 0.67% -
XYZ 35.77 38.12 43.5 -
YUV 165.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 161 167 170 0.05 0.02 0 0.33 200 0.05 0.65
Hex A1 A7 AA 5 2 0 21 C8 5 41
Octal 241 247 252 5 2 0 41 310 5 101
Binary 10100001 10100111 10101010 101 10 0 100001 11001000 101 1000001

Color Harmonies of #A1A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A7AA

Black with #A1A7AA

Text Example


Text Example

White with #A1A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A7AA; }

 p { color: rgb(161,167,170); }

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

background-color css

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

 a { background-color: rgb(161,167,170); }

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

border-color css

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

 span { border-color: rgb(161,167,170); }

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