Html Css Color HEX #A0B99E Spring Rain

📋 copy color: '#A0B99E'

red 160 ◦ green 185 ◦ blue 158

#A0B99E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #A0B99E

Tints of Spring Rain #A0B99E

RGB

 RED value IS 160 (62.89% from 255) = 31.81%

 GREEN value IS 185 (72.66% from 255) = 36.78%

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 31.81%
G = 36.78%
B = 31.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#A0B99E (or 0xA0B99E) is known color: Spring Rain. HEX triplet: A0, B9 and 9E. RGB value is (160,185,158). Sum of RGB (Red+Green+Blue) = 160+185+158=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B99E is #5F4661. Grayscale: #AEAEAE. Windows color (decimal): -6243938 or 10402208. OLE color: 10402208.

HSL color Cylindrical-coordinate representation of color #A0B99E: hue angle of 115.56º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0B99E is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 185 158 -
CMYK 0.14 0 0.15 0.27
HSL 115.56º 0.16% 0.67% -
HSV(B) 115.56º 0.15% 0.73% -
XYZ 38.02 44.64 38.96 -
YUV 174.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 160 185 158 0.14 0 0.15 0.27 115.56 0.16 0.67
Hex A0 B9 9E E 0 F 1B 74 10 43
Octal 240 271 236 16 0 17 33 164 20 103
Binary 10100000 10111001 10011110 1110 0 1111 11011 1110100 10000 1000011

Color Harmonies of #A0B99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B99E

Black with #A0B99E

Text Example


Text Example

White with #A0B99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B99E; }

 p { color: rgb(160,185,158); }

 H1.HeaderClassName
 {
   color: #A0B99E;
 }
 .AnyTagClassName
 {
   color: #A0B99E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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