Html Css Color HEX #A4B99E Spring Rain

📋 copy color: '#A4B99E'

red 164 ◦ green 185 ◦ blue 158

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

Shades of Spring Rain #A4B99E

Tints of Spring Rain #A4B99E

RGB

 RED value IS 164 (64.45% from 255) = 32.35%

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

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

R = 32.35%
G = 36.49%
B = 31.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#A4B99E (or 0xA4B99E) is known color: Spring Rain. HEX triplet: A4, B9 and 9E. RGB value is (164,185,158). Sum of RGB (Red+Green+Blue) = 164+185+158=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B99E is #5B4661. Grayscale: #AFAFAF. Windows color (decimal): -5981794 or 10402212. OLE color: 10402212.

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

Color convert

RGB 164 185 158 -
CMYK 0.11 0 0.15 0.27
HSL 106.67º 0.16% 0.67% -
HSV(B) 106.67º 0.15% 0.73% -
XYZ 38.83 45.06 39 -
YUV 175.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 164 185 158 0.11 0 0.15 0.27 106.67 0.16 0.67
Hex A4 B9 9E B 0 F 1B 6B 10 43
Octal 244 271 236 13 0 17 33 153 20 103
Binary 10100100 10111001 10011110 1011 0 1111 11011 1101011 10000 1000011

Color Harmonies of #A4B99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B99E

Black with #A4B99E

Text Example


Text Example

White with #A4B99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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