Html Css Color HEX #A2ABAE Gull Grey

📋 copy color: '#A2ABAE'

red 162 ◦ green 171 ◦ blue 174

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

Shades of Gull Grey #A2ABAE

Tints of Gull Grey #A2ABAE

RGB

 RED value IS 162 (63.67% from 255) = 31.95%

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

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

R = 31.95%
G = 33.73%
B = 34.32%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A2ABAE (or 0xA2ABAE) is known color: Gull Grey. HEX triplet: A2, AB and AE. RGB value is (162,171,174). Sum of RGB (Red+Green+Blue) = 162+171+174=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 171 (67.19% from 255 or 33.73% 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 #A2ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ABAE is #5D5451. Grayscale: #A8A8A8. Windows color (decimal): -6116434 or 11447202. OLE color: 11447202.

HSL color Cylindrical-coordinate representation of color #A2ABAE: hue angle of 195º 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 #A2ABAE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 171 174 -
CMYK 0.07 0.02 0 0.32
HSL 195º 0.07% 0.66% -
HSV(B) 195º 0.07% 0.68% -
XYZ 37.1 39.86 45.78 -
YUV 168.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 162 171 174 0.07 0.02 0 0.32 195 0.07 0.66
Hex A2 AB AE 7 2 0 20 C3 7 42
Octal 242 253 256 7 2 0 40 303 7 102
Binary 10100010 10101011 10101110 111 10 0 100000 11000011 111 1000010

Color Harmonies of #A2ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ABAE

Black with #A2ABAE

Text Example


Text Example

White with #A2ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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