Html Css Color HEX #A1B29F Spring Rain

📋 copy color: '#A1B29F'

red 161 ◦ green 178 ◦ blue 159

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

Shades of Spring Rain #A1B29F

Tints of Spring Rain #A1B29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.93%

R = 32.33%
G = 35.74%
B = 31.93%

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

#A1B29F (or 0xA1B29F) is known color: Spring Rain. HEX triplet: A1, B2 and 9F. RGB value is (161,178,159). Sum of RGB (Red+Green+Blue) = 161+178+159=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B29F is #5E4D60. Grayscale: #AAAAAA. Windows color (decimal): -6180193 or 10465953. OLE color: 10465953.

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

Color convert

RGB 161 178 159 -
CMYK 0.10 0 0.11 0.30
HSL 113.68º 0.11% 0.66% -
HSV(B) 113.68º 0.11% 0.7% -
XYZ 36.88 41.92 38.95 -
YUV 170.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 161 178 159 0.10 0 0.11 0.30 113.68 0.11 0.66
Hex A1 B2 9F A 0 B 1E 72 B 42
Octal 241 262 237 12 0 13 36 162 13 102
Binary 10100001 10110010 10011111 1010 0 1011 11110 1110010 1011 1000010

Color Harmonies of #A1B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B29F

Black with #A1B29F

Text Example


Text Example

White with #A1B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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