Html Css Color HEX #A6B99D Spring Rain

📋 copy color: '#A6B99D'

red 166 ◦ green 185 ◦ blue 157

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

Shades of Spring Rain #A6B99D

Tints of Spring Rain #A6B99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.42%

 BLUE value IS 157 (61.72% from 255) = 30.91%

R = 32.68%
G = 36.42%
B = 30.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#A6B99D (or 0xA6B99D) is known color: Spring Rain. HEX triplet: A6, B9 and 9D. RGB value is (166,185,157). Sum of RGB (Red+Green+Blue) = 166+185+157=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B99D is #594662. Grayscale: #B0B0B0. Windows color (decimal): -5850723 or 10336678. OLE color: 10336678.

HSL color Cylindrical-coordinate representation of color #A6B99D: hue angle of 100.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6B99D is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 157 -
CMYK 0.10 0 0.15 0.27
HSL 100.71º 0.17% 0.67% -
HSV(B) 100.71º 0.15% 0.73% -
XYZ 39.16 45.24 38.57 -
YUV 176.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 166 185 157 0.10 0 0.15 0.27 100.71 0.17 0.67
Hex A6 B9 9D A 0 F 1B 65 11 43
Octal 246 271 235 12 0 17 33 145 21 103
Binary 10100110 10111001 10011101 1010 0 1111 11011 1100101 10001 1000011

Color Harmonies of #A6B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B99D

Black with #A6B99D

Text Example


Text Example

White with #A6B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B99D; }

 p { color: rgb(166,185,157); }

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

background-color css

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

 a { background-color: rgb(166,185,157); }

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

border-color css

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

 span { border-color: rgb(166,185,157); }

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