#A0AE9C

Color #A0AE9C Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A0AE9C

Tints of Spring Rain #A0AE9C

Color information

#A0AE9C (or 0xA0AE9C) is unknown color: approx Spring Rain. HEX triplet: A0, AE and 9C. RGB value is (160,174,156). Sum of RGB (Red+Green+Blue) = 160+174+156=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE9C is #5F5163. Grayscale: #A7A7A7. Windows color (decimal): -6246756 or 10268320. OLE color: 10268320.

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

Color convert

RGB160174156-
CMYK0.0800.100.32
HSL106.67º10%64.71%-
HSV(B)106.67º10.34%68.24%-
XYZ35.6340.1537.32-
YUV167.76121.36122.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=32.65%
G=35.51%
B=31.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601741560.0800.100.32106.671064.71
HexA0AE9C80A206ba41
Octal240256234100124015312101
Binary101000001010111010011100100001010100000110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE9C; }

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

 H1.HeaderClassName
 {
   color: #A0AE9C;
 }
 .AnyTagClassName
 {
   color: #A0AE9C;
 }
</style>
background-color css

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

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

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

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

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

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