Html Css Color HEX #A2AD9C Spring Rain

📋 copy color: '#A2AD9C'

red 162 ◦ green 173 ◦ blue 156

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

Shades of Spring Rain #A2AD9C

Tints of Spring Rain #A2AD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 32.99%
G = 35.23%
B = 31.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#A2AD9C (or 0xA2AD9C) is known color: Spring Rain. HEX triplet: A2, AD and 9C. RGB value is (162,173,156). Sum of RGB (Red+Green+Blue) = 162+173+156=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD9C is #5D5263. Grayscale: #A7A7A7. Windows color (decimal): -6115940 or 10268066. OLE color: 10268066.

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

Color convert

RGB 162 173 156 -
CMYK 0.06 0 0.10 0.32
HSL 98.82º 0.09% 0.65% -
HSV(B) 98.82º 0.1% 0.68% -
XYZ 35.84 39.97 37.28 -
YUV 167.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 162 173 156 0.06 0 0.10 0.32 98.82 0.09 0.65
Hex A2 AD 9C 6 0 A 20 63 9 41
Octal 242 255 234 6 0 12 40 143 11 101
Binary 10100010 10101101 10011100 110 0 1010 100000 1100011 1001 1000001

Color Harmonies of #A2AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD9C

Black with #A2AD9C

Text Example


Text Example

White with #A2AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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