Html Css Color HEX #A1B09C Spring Rain

📋 copy color: '#A1B09C'

red 161 ◦ green 176 ◦ blue 156

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

Shades of Spring Rain #A1B09C

Tints of Spring Rain #A1B09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.64%

R = 32.66%
G = 35.7%
B = 31.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#A1B09C (or 0xA1B09C) is known color: Spring Rain. HEX triplet: A1, B0 and 9C. RGB value is (161,176,156). Sum of RGB (Red+Green+Blue) = 161+176+156=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B09C is #5E4F63. Grayscale: #A9A9A9. Windows color (decimal): -6180708 or 10268833. OLE color: 10268833.

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

Color convert

RGB 161 176 156 -
CMYK 0.09 0 0.11 0.31
HSL 105º 0.11% 0.65% -
HSV(B) 105º 0.11% 0.69% -
XYZ 36.22 41.03 37.46 -
YUV 169.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 161 176 156 0.09 0 0.11 0.31 105 0.11 0.65
Hex A1 B0 9C 9 0 B 1F 69 B 41
Octal 241 260 234 11 0 13 37 151 13 101
Binary 10100001 10110000 10011100 1001 0 1011 11111 1101001 1011 1000001

Color Harmonies of #A1B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B09C

Black with #A1B09C

Text Example


Text Example

White with #A1B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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