Html Css Color HEX #A0B29C Spring Rain

📋 copy color: '#A0B29C'

red 160 ◦ green 178 ◦ blue 156

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

Shades of Spring Rain #A0B29C

Tints of Spring Rain #A0B29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 32.39%
G = 36.03%
B = 31.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#A0B29C (or 0xA0B29C) is known color: Spring Rain. HEX triplet: A0, B2 and 9C. RGB value is (160,178,156). Sum of RGB (Red+Green+Blue) = 160+178+156=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B29C is #5F4D63. Grayscale: #AAAAAA. Windows color (decimal): -6245732 or 10269344. OLE color: 10269344.

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

Color convert

RGB 160 178 156 -
CMYK 0.10 0 0.12 0.30
HSL 109.09º 0.13% 0.65% -
HSV(B) 109.09º 0.12% 0.7% -
XYZ 36.42 41.71 37.58 -
YUV 170.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 160 178 156 0.10 0 0.12 0.30 109.09 0.13 0.65
Hex A0 B2 9C A 0 C 1E 6D C 41
Octal 240 262 234 12 0 14 36 155 14 101
Binary 10100000 10110010 10011100 1010 0 1100 11110 1101101 1100 1000001

Color Harmonies of #A0B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B29C

Black with #A0B29C

Text Example


Text Example

White with #A0B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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