Html Css Color HEX #A0B795 Spring Rain

📋 copy color: '#A0B795'

red 160 ◦ green 183 ◦ blue 149

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

Shades of Spring Rain #A0B795

Tints of Spring Rain #A0B795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.2%

 BLUE value IS 149 (58.59% from 255) = 30.28%

R = 32.52%
G = 37.2%
B = 30.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#A0B795 (or 0xA0B795) is known color: Spring Rain. HEX triplet: A0, B7 and 95. RGB value is (160,183,149). Sum of RGB (Red+Green+Blue) = 160+183+149=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B795 is #5F486A. Grayscale: #ACACAC. Windows color (decimal): -6244459 or 9811872. OLE color: 9811872.

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

Color convert

RGB 160 183 149 -
CMYK 0.13 0 0.19 0.28
HSL 100.59º 0.19% 0.65% -
HSV(B) 100.59º 0.19% 0.72% -
XYZ 36.86 43.51 34.89 -
YUV 172.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 160 183 149 0.13 0 0.19 0.28 100.59 0.19 0.65
Hex A0 B7 95 D 0 13 1C 65 13 41
Octal 240 267 225 15 0 23 34 145 23 101
Binary 10100000 10110111 10010101 1101 0 10011 11100 1100101 10011 1000001

Color Harmonies of #A0B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B795

Black with #A0B795

Text Example


Text Example

White with #A0B795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B795; }

 p { color: rgb(160,183,149); }

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

background-color css

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

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

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

border-color css

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

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

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