Html Css Color HEX #A1AD9C Spring Rain

📋 copy color: '#A1AD9C'

red 161 ◦ green 173 ◦ blue 156

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

Shades of Spring Rain #A1AD9C

Tints of Spring Rain #A1AD9C

RGB

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

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

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

R = 32.86%
G = 35.31%
B = 31.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#A1AD9C (or 0xA1AD9C) is known color: Spring Rain. HEX triplet: A1, AD and 9C. RGB value is (161,173,156). Sum of RGB (Red+Green+Blue) = 161+173+156=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD9C is #5E5263. Grayscale: #A7A7A7. Windows color (decimal): -6181476 or 10268065. OLE color: 10268065.

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

Color convert

RGB 161 173 156 -
CMYK 0.07 0 0.10 0.32
HSL 102.35º 0.09% 0.65% -
HSV(B) 102.35º 0.1% 0.68% -
XYZ 35.64 39.86 37.27 -
YUV 167.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 161 173 156 0.07 0 0.10 0.32 102.35 0.09 0.65
Hex A1 AD 9C 7 0 A 20 66 9 41
Octal 241 255 234 7 0 12 40 146 11 101
Binary 10100001 10101101 10011100 111 0 1010 100000 1100110 1001 1000001

Color Harmonies of #A1AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD9C

Black with #A1AD9C

Text Example


Text Example

White with #A1AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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