Html Css Color HEX #A2ADB2 Gull Grey

📋 copy color: '#A2ADB2'

red 162 ◦ green 173 ◦ blue 178

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

Shades of Gull Grey #A2ADB2

Tints of Gull Grey #A2ADB2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.72%

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 31.58%
G = 33.72%
B = 34.7%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A2ADB2 (or 0xA2ADB2) is known color: Gull Grey. HEX triplet: A2, AD and B2. RGB value is (162,173,178). Sum of RGB (Red+Green+Blue) = 162+173+178=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 178 - color contains mainly: blue. Hex color #A2ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADB2 is #5D524D. Grayscale: #AAAAAA. Windows color (decimal): -6115918 or 11709858. OLE color: 11709858.

HSL color Cylindrical-coordinate representation of color #A2ADB2: hue angle of 198.75º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2ADB2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 173 178 -
CMYK 0.09 0.03 0 0.30
HSL 198.75º 0.09% 0.67% -
HSV(B) 198.75º 0.09% 0.7% -
XYZ 37.88 40.78 47.99 -
YUV 170.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 162 173 178 0.09 0.03 0 0.30 198.75 0.09 0.67
Hex A2 AD B2 9 3 0 1E C7 9 43
Octal 242 255 262 11 3 0 36 307 11 103
Binary 10100010 10101101 10110010 1001 11 0 11110 11000111 1001 1000011

Color Harmonies of #A2ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADB2

Black with #A2ADB2

Text Example


Text Example

White with #A2ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADB2; }

 p { color: rgb(162,173,178); }

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

background-color css

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

 a { background-color: rgb(162,173,178); }

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

border-color css

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

 span { border-color: rgb(162,173,178); }

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