#A0AF9A

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

Shades of Spring Rain #A0AF9A

Tints of Spring Rain #A0AF9A

Color information

#A0AF9A (or 0xA0AF9A) is unknown color: approx Spring Rain. HEX triplet: A0, AF and 9A. RGB value is (160,175,154). Sum of RGB (Red+Green+Blue) = 160+175+154=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF9A is #5F5065. Grayscale: #A8A8A8. Windows color (decimal): -6246502 or 10137504. OLE color: 10137504.

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

Color convert

RGB160175154-
CMYK0.0900.120.31
HSL102.86º11.6%64.51%-
HSV(B)102.86º12%68.63%-
XYZ35.6640.4736.5-
YUV168.12120.03122.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=32.72%
G=35.79%
B=31.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751540.0900.120.31102.8611.664.51
HexA0AF9A90C1F67c41
Octal240257232110143714714101
Binary10100000101011111001101010010110011111110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF9A; }

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

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

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

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

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

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

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

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