Html Css Color HEX #A0AD9C Spring Rain

📋 copy color: '#A0AD9C'

red 160 ◦ green 173 ◦ blue 156

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

Shades of Spring Rain #A0AD9C

Tints of Spring Rain #A0AD9C

RGB

 RED value IS 160 (62.89% from 255) = 32.72%

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

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

R = 32.72%
G = 35.38%
B = 31.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#A0AD9C (or 0xA0AD9C) is known color: Spring Rain. HEX triplet: A0, AD and 9C. RGB value is (160,173,156). Sum of RGB (Red+Green+Blue) = 160+173+156=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD9C is #5F5263. Grayscale: #A7A7A7. Windows color (decimal): -6247012 or 10268064. OLE color: 10268064.

HSL color Cylindrical-coordinate representation of color #A0AD9C: hue angle of 105.88º 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 #A0AD9C is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 173 156 -
CMYK 0.08 0 0.10 0.32
HSL 105.88º 0.09% 0.65% -
HSV(B) 105.88º 0.1% 0.68% -
XYZ 35.44 39.76 37.26 -
YUV 167.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 160 173 156 0.08 0 0.10 0.32 105.88 0.09 0.65
Hex A0 AD 9C 8 0 A 20 6A 9 41
Octal 240 255 234 10 0 12 40 152 11 101
Binary 10100000 10101101 10011100 1000 0 1010 100000 1101010 1001 1000001

Color Harmonies of #A0AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD9C

Black with #A0AD9C

Text Example


Text Example

White with #A0AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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