Html Css Color HEX #A1B29B Spring Rain

📋 copy color: '#A1B29B'

red 161 ◦ green 178 ◦ blue 155

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

Shades of Spring Rain #A1B29B

Tints of Spring Rain #A1B29B

RGB

 RED value IS 161 (63.28% from 255) = 32.59%

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

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 32.59%
G = 36.03%
B = 31.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#A1B29B (or 0xA1B29B) is known color: Spring Rain. HEX triplet: A1, B2 and 9B. RGB value is (161,178,155). Sum of RGB (Red+Green+Blue) = 161+178+155=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B29B is #5E4D64. Grayscale: #AAAAAA. Windows color (decimal): -6180197 or 10203809. OLE color: 10203809.

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

Color convert

RGB 161 178 155 -
CMYK 0.10 0 0.13 0.30
HSL 104.35º 0.13% 0.65% -
HSV(B) 104.35º 0.13% 0.7% -
XYZ 36.53 41.78 37.15 -
YUV 170.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 161 178 155 0.10 0 0.13 0.30 104.35 0.13 0.65
Hex A1 B2 9B A 0 D 1E 68 D 41
Octal 241 262 233 12 0 15 36 150 15 101
Binary 10100001 10110010 10011011 1010 0 1101 11110 1101000 1101 1000001

Color Harmonies of #A1B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B29B

Black with #A1B29B

Text Example


Text Example

White with #A1B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B29B; }

 p { color: rgb(161,178,155); }

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

background-color css

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

 a { background-color: rgb(161,178,155); }

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

border-color css

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

 span { border-color: rgb(161,178,155); }

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