Html Css Color HEX #A4B49C Spring Rain

📋 copy color: '#A4B49C'

red 164 ◦ green 180 ◦ blue 156

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

Shades of Spring Rain #A4B49C

Tints of Spring Rain #A4B49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 32.8%
G = 36%
B = 31.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A4B49C (or 0xA4B49C) is known color: Spring Rain. HEX triplet: A4, B4 and 9C. RGB value is (164,180,156). Sum of RGB (Red+Green+Blue) = 164+180+156=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B49C is #5B4B63. Grayscale: #ACACAC. Windows color (decimal): -5983076 or 10269860. OLE color: 10269860.

HSL color Cylindrical-coordinate representation of color #A4B49C: hue angle of 100º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4B49C is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 180 156 -
CMYK 0.09 0 0.13 0.29
HSL 100º 0.14% 0.66% -
HSV(B) 100º 0.13% 0.71% -
XYZ 37.63 42.94 37.76 -
YUV 172.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 164 180 156 0.09 0 0.13 0.29 100 0.14 0.66
Hex A4 B4 9C 9 0 D 1D 64 E 42
Octal 244 264 234 11 0 15 35 144 16 102
Binary 10100100 10110100 10011100 1001 0 1101 11101 1100100 1110 1000010

Color Harmonies of #A4B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B49C

Black with #A4B49C

Text Example


Text Example

White with #A4B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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