Html Css Color HEX #A4AD94 Green Spring

📋 copy color: '#A4AD94'

red 164 ◦ green 173 ◦ blue 148

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

Shades of Green Spring #A4AD94

Tints of Green Spring #A4AD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 33.81%
G = 35.67%
B = 30.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#A4AD94 (or 0xA4AD94) is known color: Green Spring. HEX triplet: A4, AD and 94. RGB value is (164,173,148). Sum of RGB (Red+Green+Blue) = 164+173+148=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD94 is #5B526B. Grayscale: #A7A7A7. Windows color (decimal): -5984876 or 9743780. OLE color: 9743780.

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

Color convert

RGB 164 173 148 -
CMYK 0.05 0 0.14 0.32
HSL 81.6º 0.13% 0.63% -
HSV(B) 81.6º 0.14% 0.68% -
XYZ 35.6 39.92 33.85 -
YUV 167.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 164 173 148 0.05 0 0.14 0.32 81.6 0.13 0.63
Hex A4 AD 94 5 0 E 20 52 D 3F
Octal 244 255 224 5 0 16 40 122 15 77
Binary 10100100 10101101 10010100 101 0 1110 100000 1010010 1101 111111

Color Harmonies of #A4AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD94

Black with #A4AD94

Text Example


Text Example

White with #A4AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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