Html Css Color HEX #A4B49E Spring Rain

📋 copy color: '#A4B49E'

red 164 ◦ green 180 ◦ blue 158

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

Shades of Spring Rain #A4B49E

Tints of Spring Rain #A4B49E

RGB

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

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

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

R = 32.67%
G = 35.86%
B = 31.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A4B49E (or 0xA4B49E) is known color: Spring Rain. HEX triplet: A4, B4 and 9E. RGB value is (164,180,158). Sum of RGB (Red+Green+Blue) = 164+180+158=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B49E is #5B4B61. Grayscale: #ACACAC. Windows color (decimal): -5983074 or 10400932. OLE color: 10400932.

HSL color Cylindrical-coordinate representation of color #A4B49E: hue angle of 103.64º degrees, saturation: 0.13, 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 #A4B49E is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 180 158 -
CMYK 0.09 0 0.12 0.29
HSL 103.64º 0.13% 0.66% -
HSV(B) 103.64º 0.12% 0.71% -
XYZ 37.8 43 38.66 -
YUV 172.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 164 180 158 0.09 0 0.12 0.29 103.64 0.13 0.66
Hex A4 B4 9E 9 0 C 1D 68 D 42
Octal 244 264 236 11 0 14 35 150 15 102
Binary 10100100 10110100 10011110 1001 0 1100 11101 1101000 1101 1000010

Color Harmonies of #A4B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B49E

Black with #A4B49E

Text Example


Text Example

White with #A4B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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