Html Css Color HEX #A1B69E Spring Rain

📋 copy color: '#A1B69E'

red 161 ◦ green 182 ◦ blue 158

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

Shades of Spring Rain #A1B69E

Tints of Spring Rain #A1B69E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 32.14%
G = 36.33%
B = 31.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A1B69E (or 0xA1B69E) is known color: Spring Rain. HEX triplet: A1, B6 and 9E. RGB value is (161,182,158). Sum of RGB (Red+Green+Blue) = 161+182+158=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B69E is #5E4961. Grayscale: #ADADAD. Windows color (decimal): -6179170 or 10401441. OLE color: 10401441.

HSL color Cylindrical-coordinate representation of color #A1B69E: hue angle of 112.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1B69E is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 182 158 -
CMYK 0.12 0 0.13 0.29
HSL 112.5º 0.14% 0.67% -
HSV(B) 112.5º 0.13% 0.71% -
XYZ 37.6 43.5 38.76 -
YUV 172.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 161 182 158 0.12 0 0.13 0.29 112.5 0.14 0.67
Hex A1 B6 9E C 0 D 1D 70 E 43
Octal 241 266 236 14 0 15 35 160 16 103
Binary 10100001 10110110 10011110 1100 0 1101 11101 1110000 1110 1000011

Color Harmonies of #A1B69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B69E

Black with #A1B69E

Text Example


Text Example

White with #A1B69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B69E; }

 p { color: rgb(161,182,158); }

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

background-color css

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

 a { background-color: rgb(161,182,158); }

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

border-color css

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

 span { border-color: rgb(161,182,158); }

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