Html Css Color HEX #A1AD9D Spring Rain

📋 copy color: '#A1AD9D'

red 161 ◦ green 173 ◦ blue 157

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

Shades of Spring Rain #A1AD9D

Tints of Spring Rain #A1AD9D

RGB

 RED value IS 161 (63.28% from 255) = 32.79%

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

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 32.79%
G = 35.23%
B = 31.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#A1AD9D (or 0xA1AD9D) is known color: Spring Rain. HEX triplet: A1, AD and 9D. RGB value is (161,173,157). Sum of RGB (Red+Green+Blue) = 161+173+157=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD9D is #5E5262. Grayscale: #A7A7A7. Windows color (decimal): -6181475 or 10333601. OLE color: 10333601.

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

Color convert

RGB 161 173 157 -
CMYK 0.07 0 0.09 0.32
HSL 105º 0.09% 0.65% -
HSV(B) 105º 0.09% 0.68% -
XYZ 35.73 39.9 37.72 -
YUV 167.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 161 173 157 0.07 0 0.09 0.32 105 0.09 0.65
Hex A1 AD 9D 7 0 9 20 69 9 41
Octal 241 255 235 7 0 11 40 151 11 101
Binary 10100001 10101101 10011101 111 0 1001 100000 1101001 1001 1000001

Color Harmonies of #A1AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD9D

Black with #A1AD9D

Text Example


Text Example

White with #A1AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD9D; }

 p { color: rgb(161,173,157); }

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

background-color css

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

 a { background-color: rgb(161,173,157); }

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

border-color css

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

 span { border-color: rgb(161,173,157); }

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