Html Css Color HEX #A6ABAE Gull Grey

📋 copy color: '#A6ABAE'

red 166 ◦ green 171 ◦ blue 174

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

Shades of Gull Grey #A6ABAE

Tints of Gull Grey #A6ABAE

RGB

 RED value IS 166 (65.23% from 255) = 32.49%

 GREEN value IS 171 (67.19% from 255) = 33.46%

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

R = 32.49%
G = 33.46%
B = 34.05%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A6ABAE (or 0xA6ABAE) is known color: Gull Grey. HEX triplet: A6, AB and AE. RGB value is (166,171,174). Sum of RGB (Red+Green+Blue) = 166+171+174=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 174 - color contains mainly: blue. Hex color #A6ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABAE is #595451. Grayscale: #A9A9A9. Windows color (decimal): -5854290 or 11447206. OLE color: 11447206.

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

Color convert

RGB 166 171 174 -
CMYK 0.05 0.02 0 0.32
HSL 202.5º 0.05% 0.67% -
HSV(B) 202.5º 0.05% 0.68% -
XYZ 37.93 40.29 45.82 -
YUV 169.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 166 171 174 0.05 0.02 0 0.32 202.5 0.05 0.67
Hex A6 AB AE 5 2 0 20 CA 5 43
Octal 246 253 256 5 2 0 40 312 5 103
Binary 10100110 10101011 10101110 101 10 0 100000 11001010 101 1000011

Color Harmonies of #A6ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABAE

Black with #A6ABAE

Text Example


Text Example

White with #A6ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABAE; }

 p { color: rgb(166,171,174); }

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

background-color css

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

 a { background-color: rgb(166,171,174); }

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

border-color css

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

 span { border-color: rgb(166,171,174); }

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