Html Css Color HEX #A4B9A0 Spring Rain

📋 copy color: '#A4B9A0'

red 164 ◦ green 185 ◦ blue 160

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

Shades of Spring Rain #A4B9A0

Tints of Spring Rain #A4B9A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 32.22%
G = 36.35%
B = 31.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#A4B9A0 (or 0xA4B9A0) is known color: Spring Rain. HEX triplet: A4, B9 and A0. RGB value is (164,185,160). Sum of RGB (Red+Green+Blue) = 164+185+160=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B9A0 is #5B465F. Grayscale: #AFAFAF. Windows color (decimal): -5981792 or 10533284. OLE color: 10533284.

HSL color Cylindrical-coordinate representation of color #A4B9A0: hue angle of 110.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4B9A0 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 185 160 -
CMYK 0.11 0 0.14 0.27
HSL 110.4º 0.15% 0.68% -
HSV(B) 110.4º 0.14% 0.73% -
XYZ 39 45.13 39.91 -
YUV 175.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 164 185 160 0.11 0 0.14 0.27 110.4 0.15 0.68
Hex A4 B9 A0 B 0 E 1B 6E F 44
Octal 244 271 240 13 0 16 33 156 17 104
Binary 10100100 10111001 10100000 1011 0 1110 11011 1101110 1111 1000100

Color Harmonies of #A4B9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B9A0

Black with #A4B9A0

Text Example


Text Example

White with #A4B9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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