#A0B09C

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

Shades of Spring Rain #A0B09C

Tints of Spring Rain #A0B09C

Color information

#A0B09C (or 0xA0B09C) is unknown color: approx Spring Rain. HEX triplet: A0, B0 and 9C. RGB value is (160,176,156). Sum of RGB (Red+Green+Blue) = 160+176+156=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B09C is #5F4F63. Grayscale: #A8A8A8. Windows color (decimal): -6246244 or 10268832. OLE color: 10268832.

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

Color convert

RGB160176156-
CMYK0.0900.110.31
HSL108º11.24%65.1%-
HSV(B)108º11.36%69.02%-
XYZ36.0240.9237.45-
YUV168.94120.7121.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=32.52%
G=35.77%
B=31.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601761560.0900.110.3110811.2465.1
HexA0B09C90B1F6cb41
Octal240260234110133715413101
Binary10100000101100001001110010010101111111110110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B09C; }

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

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

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

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

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

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

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

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