Html Css Color HEX #A1AE9C Spring Rain

📋 copy color: '#A1AE9C'

red 161 ◦ green 174 ◦ blue 156

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

Shades of Spring Rain #A1AE9C

Tints of Spring Rain #A1AE9C

RGB

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

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

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

R = 32.79%
G = 35.44%
B = 31.77%

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

#A1AE9C (or 0xA1AE9C) is known color: Spring Rain. HEX triplet: A1, AE and 9C. RGB value is (161,174,156). Sum of RGB (Red+Green+Blue) = 161+174+156=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE9C is #5E5163. Grayscale: #A8A8A8. Windows color (decimal): -6181220 or 10268321. OLE color: 10268321.

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

Color convert

RGB 161 174 156 -
CMYK 0.07 0 0.10 0.32
HSL 103.33º 0.1% 0.65% -
HSV(B) 103.33º 0.1% 0.68% -
XYZ 35.83 40.25 37.33 -
YUV 168.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 161 174 156 0.07 0 0.10 0.32 103.33 0.1 0.65
Hex A1 AE 9C 7 0 A 20 67 A 41
Octal 241 256 234 7 0 12 40 147 12 101
Binary 10100001 10101110 10011100 111 0 1010 100000 1100111 1010 1000001

Color Harmonies of #A1AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE9C

Black with #A1AE9C

Text Example


Text Example

White with #A1AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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