Html Css Color HEX #A6B49F Spring Rain

📋 copy color: '#A6B49F'

red 166 ◦ green 180 ◦ blue 159

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

Shades of Spring Rain #A6B49F

Tints of Spring Rain #A6B49F

RGB

 RED value IS 166 (65.23% from 255) = 32.87%

 GREEN value IS 180 (70.7% from 255) = 35.64%

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

R = 32.87%
G = 35.64%
B = 31.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A6B49F (or 0xA6B49F) is known color: Spring Rain. HEX triplet: A6, B4 and 9F. RGB value is (166,180,159). Sum of RGB (Red+Green+Blue) = 166+180+159=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B49F is #594B60. Grayscale: #ADADAD. Windows color (decimal): -5852001 or 10466470. OLE color: 10466470.

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

Color convert

RGB 166 180 159 -
CMYK 0.08 0 0.12 0.29
HSL 100º 0.12% 0.66% -
HSV(B) 100º 0.12% 0.71% -
XYZ 38.31 43.25 39.13 -
YUV 173.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 166 180 159 0.08 0 0.12 0.29 100 0.12 0.66
Hex A6 B4 9F 8 0 C 1D 64 C 42
Octal 246 264 237 10 0 14 35 144 14 102
Binary 10100110 10110100 10011111 1000 0 1100 11101 1100100 1100 1000010

Color Harmonies of #A6B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B49F

Black with #A6B49F

Text Example


Text Example

White with #A6B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B49F; }

 p { color: rgb(166,180,159); }

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

background-color css

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

 a { background-color: rgb(166,180,159); }

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

border-color css

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

 span { border-color: rgb(166,180,159); }

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