Html Css Color HEX #A4B3A0 Spring Rain

📋 copy color: '#A4B3A0'

red 164 ◦ green 179 ◦ blue 160

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

Shades of Spring Rain #A4B3A0

Tints of Spring Rain #A4B3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

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

R = 32.6%
G = 35.59%
B = 31.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#A4B3A0 (or 0xA4B3A0) is known color: Spring Rain. HEX triplet: A4, B3 and A0. RGB value is (164,179,160). Sum of RGB (Red+Green+Blue) = 164+179+160=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B3A0 is #5B4C5F. Grayscale: #ACACAC. Windows color (decimal): -5983328 or 10531748. OLE color: 10531748.

HSL color Cylindrical-coordinate representation of color #A4B3A0: hue angle of 107.37º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4B3A0 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 179 160 -
CMYK 0.08 0 0.11 0.30
HSL 107.37º 0.11% 0.66% -
HSV(B) 107.37º 0.11% 0.7% -
XYZ 37.78 42.67 39.5 -
YUV 172.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 164 179 160 0.08 0 0.11 0.30 107.37 0.11 0.66
Hex A4 B3 A0 8 0 B 1E 6B B 42
Octal 244 263 240 10 0 13 36 153 13 102
Binary 10100100 10110011 10100000 1000 0 1011 11110 1101011 1011 1000010

Color Harmonies of #A4B3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B3A0

Black with #A4B3A0

Text Example


Text Example

White with #A4B3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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