Html Css Color HEX #A4AD92 Green Spring

📋 copy color: '#A4AD92'

red 164 ◦ green 173 ◦ blue 146

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

Shades of Green Spring #A4AD92

Tints of Green Spring #A4AD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 33.95%
G = 35.82%
B = 30.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#A4AD92 (or 0xA4AD92) is known color: Green Spring. HEX triplet: A4, AD and 92. RGB value is (164,173,146). Sum of RGB (Red+Green+Blue) = 164+173+146=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD92 is #5B526D. Grayscale: #A7A7A7. Windows color (decimal): -5984878 or 9612708. OLE color: 9612708.

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

Color convert

RGB 164 173 146 -
CMYK 0.05 0 0.16 0.32
HSL 80º 0.14% 0.63% -
HSV(B) 80º 0.16% 0.68% -
XYZ 35.44 39.85 33.02 -
YUV 167.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 164 173 146 0.05 0 0.16 0.32 80 0.14 0.63
Hex A4 AD 92 5 0 10 20 50 E 3F
Octal 244 255 222 5 0 20 40 120 16 77
Binary 10100100 10101101 10010010 101 0 10000 100000 1010000 1110 111111

Color Harmonies of #A4AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD92

Black with #A4AD92

Text Example


Text Example

White with #A4AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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