Html Css Color HEX #A4AD8D Green Spring

📋 copy color: '#A4AD8D'

red 164 ◦ green 173 ◦ blue 141

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

Shades of Green Spring #A4AD8D

Tints of Green Spring #A4AD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 34.31%
G = 36.19%
B = 29.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#A4AD8D (or 0xA4AD8D) is known color: Green Spring. HEX triplet: A4, AD and 8D. RGB value is (164,173,141). Sum of RGB (Red+Green+Blue) = 164+173+141=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD8D is #5B5272. Grayscale: #A6A6A6. Windows color (decimal): -5984883 or 9285028. OLE color: 9285028.

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

Color convert

RGB 164 173 141 -
CMYK 0.05 0 0.18 0.32
HSL 76.88º 0.16% 0.62% -
HSV(B) 76.88º 0.18% 0.68% -
XYZ 35.06 39.7 31.01 -
YUV 166.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 164 173 141 0.05 0 0.18 0.32 76.88 0.16 0.62
Hex A4 AD 8D 5 0 12 20 4D 10 3E
Octal 244 255 215 5 0 22 40 115 20 76
Binary 10100100 10101101 10001101 101 0 10010 100000 1001101 10000 111110

Color Harmonies of #A4AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD8D

Black with #A4AD8D

Text Example


Text Example

White with #A4AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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