#A0AF9D

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

Shades of Spring Rain #A0AF9D

Tints of Spring Rain #A0AF9D

Color information

#A0AF9D (or 0xA0AF9D) is unknown color: approx Spring Rain. HEX triplet: A0, AF and 9D. RGB value is (160,175,157). Sum of RGB (Red+Green+Blue) = 160+175+157=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF9D is #5F5062. Grayscale: #A8A8A8. Windows color (decimal): -6246499 or 10334112. OLE color: 10334112.

HSL color Cylindrical-coordinate representation of color #A0AF9D: hue angle of 110º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0AF9D is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB160175157-
CMYK0.0900.100.31
HSL110º10.11%65.1%-
HSV(B)110º10.29%68.63%-
XYZ35.9140.5737.84-
YUV168.46121.53121.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=32.52%
G=35.57%
B=31.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751570.0900.100.3111010.1165.1
HexA0AF9D90A1F6ea41
Octal240257235110123715612101
Binary10100000101011111001110110010101011111110111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF9D; }

 p { color: rgb(160,175,157); }

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

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

 a { background-color: rgb(160,175,157); }

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

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

 span { border-color: rgb(160,175,157); }

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