Html Css Color HEX #A2AD9F Spring Rain

📋 copy color: '#A2AD9F'

red 162 ◦ green 173 ◦ blue 159

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

Shades of Spring Rain #A2AD9F

Tints of Spring Rain #A2AD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 32.79%
G = 35.02%
B = 32.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A2AD9F (or 0xA2AD9F) is known color: Spring Rain. HEX triplet: A2, AD and 9F. RGB value is (162,173,159). Sum of RGB (Red+Green+Blue) = 162+173+159=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD9F is #5D5260. Grayscale: #A8A8A8. Windows color (decimal): -6115937 or 10464674. OLE color: 10464674.

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

Color convert

RGB 162 173 159 -
CMYK 0.06 0 0.08 0.32
HSL 107.14º 0.08% 0.65% -
HSV(B) 107.14º 0.08% 0.68% -
XYZ 36.1 40.07 38.63 -
YUV 168.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 162 173 159 0.06 0 0.08 0.32 107.14 0.08 0.65
Hex A2 AD 9F 6 0 8 20 6B 8 41
Octal 242 255 237 6 0 10 40 153 10 101
Binary 10100010 10101101 10011111 110 0 1000 100000 1101011 1000 1000001

Color Harmonies of #A2AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD9F

Black with #A2AD9F

Text Example


Text Example

White with #A2AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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