Html Css Color HEX #A1B29A Spring Rain

📋 copy color: '#A1B29A'

red 161 ◦ green 178 ◦ blue 154

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

Shades of Spring Rain #A1B29A

Tints of Spring Rain #A1B29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 32.66%
G = 36.11%
B = 31.24%

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

#A1B29A (or 0xA1B29A) is known color: Spring Rain. HEX triplet: A1, B2 and 9A. RGB value is (161,178,154). Sum of RGB (Red+Green+Blue) = 161+178+154=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B29A is #5E4D65. Grayscale: #AAAAAA. Windows color (decimal): -6180198 or 10138273. OLE color: 10138273.

HSL color Cylindrical-coordinate representation of color #A1B29A: hue angle of 102.5º 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 #A1B29A is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 178 154 -
CMYK 0.10 0 0.13 0.30
HSL 102.5º 0.13% 0.65% -
HSV(B) 102.5º 0.13% 0.7% -
XYZ 36.45 41.75 36.71 -
YUV 170.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 161 178 154 0.10 0 0.13 0.30 102.5 0.13 0.65
Hex A1 B2 9A A 0 D 1E 66 D 41
Octal 241 262 232 12 0 15 36 146 15 101
Binary 10100001 10110010 10011010 1010 0 1101 11110 1100110 1101 1000001

Color Harmonies of #A1B29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B29A

Black with #A1B29A

Text Example


Text Example

White with #A1B29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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