Html Css Color HEX #A4AD8F Green Spring

📋 copy color: '#A4AD8F'

red 164 ◦ green 173 ◦ blue 143

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

Shades of Green Spring #A4AD8F

Tints of Green Spring #A4AD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.79%

R = 34.17%
G = 36.04%
B = 29.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#A4AD8F (or 0xA4AD8F) is known color: Green Spring. HEX triplet: A4, AD and 8F. RGB value is (164,173,143). Sum of RGB (Red+Green+Blue) = 164+173+143=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD8F is #5B5270. Grayscale: #A6A6A6. Windows color (decimal): -5984881 or 9416100. OLE color: 9416100.

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

Color convert

RGB 164 173 143 -
CMYK 0.05 0 0.17 0.32
HSL 78º 0.15% 0.62% -
HSV(B) 78º 0.17% 0.68% -
XYZ 35.21 39.76 31.81 -
YUV 166.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 164 173 143 0.05 0 0.17 0.32 78 0.15 0.62
Hex A4 AD 8F 5 0 11 20 4E F 3E
Octal 244 255 217 5 0 21 40 116 17 76
Binary 10100100 10101101 10001111 101 0 10001 100000 1001110 1111 111110

Color Harmonies of #A4AD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD8F

Black with #A4AD8F

Text Example


Text Example

White with #A4AD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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