Html Css Color HEX #A1B099 Spring Rain

📋 copy color: '#A1B099'

red 161 ◦ green 176 ◦ blue 153

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

Shades of Spring Rain #A1B099

Tints of Spring Rain #A1B099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

 BLUE value IS 153 (60.16% from 255) = 31.22%

R = 32.86%
G = 35.92%
B = 31.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A1B099 (or 0xA1B099) is known color: Spring Rain. HEX triplet: A1, B0 and 99. RGB value is (161,176,153). Sum of RGB (Red+Green+Blue) = 161+176+153=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B099 is #5E4F66. Grayscale: #A8A8A8. Windows color (decimal): -6180711 or 10072225. OLE color: 10072225.

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

Color convert

RGB 161 176 153 -
CMYK 0.09 0 0.13 0.31
HSL 99.13º 0.13% 0.65% -
HSV(B) 99.13º 0.13% 0.69% -
XYZ 35.97 40.93 36.14 -
YUV 168.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 161 176 153 0.09 0 0.13 0.31 99.13 0.13 0.65
Hex A1 B0 99 9 0 D 1F 63 D 41
Octal 241 260 231 11 0 15 37 143 15 101
Binary 10100001 10110000 10011001 1001 0 1101 11111 1100011 1101 1000001

Color Harmonies of #A1B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B099

Black with #A1B099

Text Example


Text Example

White with #A1B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B099; }

 p { color: rgb(161,176,153); }

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

background-color css

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

 a { background-color: rgb(161,176,153); }

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

border-color css

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

 span { border-color: rgb(161,176,153); }

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