#A0B8A0

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

Shades of Spring Rain #A0B8A0

Tints of Spring Rain #A0B8A0

Color information

#A0B8A0 (or 0xA0B8A0) is unknown color: approx Spring Rain. HEX triplet: A0, B8 and A0. RGB value is (160,184,160). Sum of RGB (Red+Green+Blue) = 160+184+160=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B8A0 is #5F475F. Grayscale: #AEAEAE. Windows color (decimal): -6244192 or 10533024. OLE color: 10533024.

HSL color Cylindrical-coordinate representation of color #A0B8A0: hue angle of 120º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0B8A0 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB160184160-
CMYK0.1300.130.28
HSL120º14.46%67.45%-
HSV(B)120º13.04%72.16%-
XYZ37.9844.2939.81-
YUV174.09120.05117.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=31.75%
G=36.51%
B=31.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841600.1300.130.2812014.4667.45
HexA0B8A0D0D1C78e43
Octal240270240150153417016103
Binary10100000101110001010000011010110111100111100011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B8A0; }

 p { color: rgb(160,184,160); }

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

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

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

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

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

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

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