Html Css Color HEX #A6B99E Spring Rain

📋 copy color: '#A6B99E'

red 166 ◦ green 185 ◦ blue 158

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

Shades of Spring Rain #A6B99E

Tints of Spring Rain #A6B99E

RGB

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

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

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

R = 32.61%
G = 36.35%
B = 31.04%

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

#A6B99E (or 0xA6B99E) is known color: Spring Rain. HEX triplet: A6, B9 and 9E. RGB value is (166,185,158). Sum of RGB (Red+Green+Blue) = 166+185+158=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B99E is #594661. Grayscale: #B0B0B0. Windows color (decimal): -5850722 or 10402214. OLE color: 10402214.

HSL color Cylindrical-coordinate representation of color #A6B99E: hue angle of 102.22º degrees, saturation: 0.16, 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 #A6B99E is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 158 -
CMYK 0.10 0 0.15 0.27
HSL 102.22º 0.16% 0.67% -
HSV(B) 102.22º 0.15% 0.73% -
XYZ 39.25 45.27 39.02 -
YUV 176.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 166 185 158 0.10 0 0.15 0.27 102.22 0.16 0.67
Hex A6 B9 9E A 0 F 1B 66 10 43
Octal 246 271 236 12 0 17 33 146 20 103
Binary 10100110 10111001 10011110 1010 0 1111 11011 1100110 10000 1000011

Color Harmonies of #A6B99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B99E

Black with #A6B99E

Text Example


Text Example

White with #A6B99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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