Html Css Color HEX #A1AE9D Spring Rain

📋 copy color: '#A1AE9D'

red 161 ◦ green 174 ◦ blue 157

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

Shades of Spring Rain #A1AE9D

Tints of Spring Rain #A1AE9D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.37%

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

R = 32.72%
G = 35.37%
B = 31.91%

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

#A1AE9D (or 0xA1AE9D) is known color: Spring Rain. HEX triplet: A1, AE and 9D. RGB value is (161,174,157). Sum of RGB (Red+Green+Blue) = 161+174+157=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE9D is #5E5162. Grayscale: #A8A8A8. Windows color (decimal): -6181219 or 10333857. OLE color: 10333857.

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

Color convert

RGB 161 174 157 -
CMYK 0.07 0 0.10 0.32
HSL 105.88º 0.09% 0.65% -
HSV(B) 105.88º 0.1% 0.68% -
XYZ 35.92 40.28 37.78 -
YUV 168.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 161 174 157 0.07 0 0.10 0.32 105.88 0.09 0.65
Hex A1 AE 9D 7 0 A 20 6A 9 41
Octal 241 256 235 7 0 12 40 152 11 101
Binary 10100001 10101110 10011101 111 0 1010 100000 1101010 1001 1000001

Color Harmonies of #A1AE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE9D

Black with #A1AE9D

Text Example


Text Example

White with #A1AE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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