Html Css Color HEX #A0B29E Spring Rain

📋 copy color: '#A0B29E'

red 160 ◦ green 178 ◦ blue 158

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

Shades of Spring Rain #A0B29E

Tints of Spring Rain #A0B29E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 32.26%
G = 35.89%
B = 31.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#A0B29E (or 0xA0B29E) is known color: Spring Rain. HEX triplet: A0, B2 and 9E. RGB value is (160,178,158). Sum of RGB (Red+Green+Blue) = 160+178+158=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B29E is #5F4D61. Grayscale: #AAAAAA. Windows color (decimal): -6245730 or 10400416. OLE color: 10400416.

HSL color Cylindrical-coordinate representation of color #A0B29E: hue angle of 114º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B29E is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 158 -
CMYK 0.10 0 0.11 0.30
HSL 114º 0.11% 0.66% -
HSV(B) 114º 0.11% 0.7% -
XYZ 36.59 41.78 38.48 -
YUV 170.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 160 178 158 0.10 0 0.11 0.30 114 0.11 0.66
Hex A0 B2 9E A 0 B 1E 72 B 42
Octal 240 262 236 12 0 13 36 162 13 102
Binary 10100000 10110010 10011110 1010 0 1011 11110 1110010 1011 1000010

Color Harmonies of #A0B29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B29E

Black with #A0B29E

Text Example


Text Example

White with #A0B29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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