Html Css Color HEX #A2ABAC Gull Grey

📋 copy color: '#A2ABAC'

red 162 ◦ green 171 ◦ blue 172

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

Shades of Gull Grey #A2ABAC

Tints of Gull Grey #A2ABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.06%

R = 32.08%
G = 33.86%
B = 34.06%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A2ABAC (or 0xA2ABAC) is known color: Gull Grey. HEX triplet: A2, AB and AC. RGB value is (162,171,172). Sum of RGB (Red+Green+Blue) = 162+171+172=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 172 - color contains mainly: blue. Hex color #A2ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ABAC is #5D5453. Grayscale: #A8A8A8. Windows color (decimal): -6116436 or 11316130. OLE color: 11316130.

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

Color convert

RGB 162 171 172 -
CMYK 0.06 0.01 0 0.33
HSL 186º 0.06% 0.65% -
HSV(B) 186º 0.06% 0.67% -
XYZ 36.91 39.79 44.76 -
YUV 168.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 162 171 172 0.06 0.01 0 0.33 186 0.06 0.65
Hex A2 AB AC 6 1 0 21 BA 6 41
Octal 242 253 254 6 1 0 41 272 6 101
Binary 10100010 10101011 10101100 110 1 0 100001 10111010 110 1000001

Color Harmonies of #A2ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ABAC

Black with #A2ABAC

Text Example


Text Example

White with #A2ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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