Html Css Color HEX #A2ABAF Gull Grey

📋 copy color: '#A2ABAF'

red 162 ◦ green 171 ◦ blue 175

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

Shades of Gull Grey #A2ABAF

Tints of Gull Grey #A2ABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.45%

R = 31.89%
G = 33.66%
B = 34.45%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A2ABAF (or 0xA2ABAF) is known color: Gull Grey. HEX triplet: A2, AB and AF. RGB value is (162,171,175). Sum of RGB (Red+Green+Blue) = 162+171+175=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #A2ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ABAF is #5D5450. Grayscale: #A8A8A8. Windows color (decimal): -6116433 or 11512738. OLE color: 11512738.

HSL color Cylindrical-coordinate representation of color #A2ABAF: hue angle of 198.46º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2ABAF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 171 175 -
CMYK 0.07 0.02 0 0.31
HSL 198.46º 0.08% 0.66% -
HSV(B) 198.46º 0.07% 0.69% -
XYZ 37.2 39.9 46.3 -
YUV 168.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 162 171 175 0.07 0.02 0 0.31 198.46 0.08 0.66
Hex A2 AB AF 7 2 0 1F C6 8 42
Octal 242 253 257 7 2 0 37 306 10 102
Binary 10100010 10101011 10101111 111 10 0 11111 11000110 1000 1000010

Color Harmonies of #A2ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ABAF

Black with #A2ABAF

Text Example


Text Example

White with #A2ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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