Html Css Color HEX #A7B99E Spring Rain

📋 copy color: '#A7B99E'

red 167 ◦ green 185 ◦ blue 158

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

Shades of Spring Rain #A7B99E

Tints of Spring Rain #A7B99E

RGB

 RED value IS 167 (65.63% from 255) = 32.75%

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

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

R = 32.75%
G = 36.27%
B = 30.98%

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

#A7B99E (or 0xA7B99E) is known color: Spring Rain. HEX triplet: A7, B9 and 9E. RGB value is (167,185,158). Sum of RGB (Red+Green+Blue) = 167+185+158=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B99E is #584661. Grayscale: #B0B0B0. Windows color (decimal): -5785186 or 10402215. OLE color: 10402215.

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

Color convert

RGB 167 185 158 -
CMYK 0.10 0 0.15 0.27
HSL 100º 0.16% 0.67% -
HSV(B) 100º 0.15% 0.73% -
XYZ 39.46 45.38 39.03 -
YUV 176.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 167 185 158 0.10 0 0.15 0.27 100 0.16 0.67
Hex A7 B9 9E A 0 F 1B 64 10 43
Octal 247 271 236 12 0 17 33 144 20 103
Binary 10100111 10111001 10011110 1010 0 1111 11011 1100100 10000 1000011

Color Harmonies of #A7B99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B99E

Black with #A7B99E

Text Example


Text Example

White with #A7B99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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