Html Css Color HEX #A4AD9F Spring Rain

📋 copy color: '#A4AD9F'

red 164 ◦ green 173 ◦ blue 159

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

Shades of Spring Rain #A4AD9F

Tints of Spring Rain #A4AD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

 BLUE value IS 159 (62.5% from 255) = 32.06%

R = 33.06%
G = 34.88%
B = 32.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A4AD9F (or 0xA4AD9F) is known color: Spring Rain. HEX triplet: A4, AD and 9F. RGB value is (164,173,159). Sum of RGB (Red+Green+Blue) = 164+173+159=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD9F is #5B5260. Grayscale: #A8A8A8. Windows color (decimal): -5984865 or 10464676. OLE color: 10464676.

HSL color Cylindrical-coordinate representation of color #A4AD9F: hue angle of 98.57º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A4AD9F is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 173 159 -
CMYK 0.05 0 0.08 0.32
HSL 98.57º 0.08% 0.65% -
HSV(B) 98.57º 0.08% 0.68% -
XYZ 36.51 40.28 38.65 -
YUV 168.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 164 173 159 0.05 0 0.08 0.32 98.57 0.08 0.65
Hex A4 AD 9F 5 0 8 20 63 8 41
Octal 244 255 237 5 0 10 40 143 10 101
Binary 10100100 10101101 10011111 101 0 1000 100000 1100011 1000 1000001

Color Harmonies of #A4AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD9F

Black with #A4AD9F

Text Example


Text Example

White with #A4AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD9F; }

 p { color: rgb(164,173,159); }

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

background-color css

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

 a { background-color: rgb(164,173,159); }

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

border-color css

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

 span { border-color: rgb(164,173,159); }

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