Html Css Color HEX #A2B1B4 Gull Grey

📋 copy color: '#A2B1B4'

red 162 ◦ green 177 ◦ blue 180

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

Shades of Gull Grey #A2B1B4

Tints of Gull Grey #A2B1B4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.1%

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 31.21%
G = 34.1%
B = 34.68%

CMYK

 C value IS 0.1

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A2B1B4 (or 0xA2B1B4) is known color: Gull Grey. HEX triplet: A2, B1 and B4. RGB value is (162,177,180). Sum of RGB (Red+Green+Blue) = 162+177+180=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #A2B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B1B4 is #5D4E4B. Grayscale: #ACACAC. Windows color (decimal): -6114892 or 11841954. OLE color: 11841954.

HSL color Cylindrical-coordinate representation of color #A2B1B4: hue angle of 190º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B1B4 is Cyan = 0.1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 177 180 -
CMYK 0.1 0.02 0 0.29
HSL 190º 0.11% 0.67% -
HSV(B) 190º 0.1% 0.71% -
XYZ 38.86 42.42 49.32 -
YUV 172.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 162 177 180 0.1 0.02 0 0.29 190 0.11 0.67
Hex A2 B1 B4 A 2 0 1D BE B 43
Octal 242 261 264 12 2 0 35 276 13 103
Binary 10100010 10110001 10110100 1010 10 0 11101 10111110 1011 1000011

Color Harmonies of #A2B1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B1B4

Black with #A2B1B4

Text Example


Text Example

White with #A2B1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B1B4; }

 p { color: rgb(162,177,180); }

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

background-color css

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

 a { background-color: rgb(162,177,180); }

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

border-color css

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

 span { border-color: rgb(162,177,180); }

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