Html Css Color HEX #A9AE9D Green Spring

📋 copy color: '#A9AE9D'

red 169 ◦ green 174 ◦ blue 157

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

Shades of Green Spring #A9AE9D

Tints of Green Spring #A9AE9D

RGB

 RED value IS 169 (66.41% from 255) = 33.8%

 GREEN value IS 174 (68.36% from 255) = 34.8%

 BLUE value IS 157 (61.72% from 255) = 31.4%

R = 33.8%
G = 34.8%
B = 31.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#A9AE9D (or 0xA9AE9D) is known color: Green Spring. HEX triplet: A9, AE and 9D. RGB value is (169,174,157). Sum of RGB (Red+Green+Blue) = 169+174+157=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AE9D is #565162. Grayscale: #AAAAAA. Windows color (decimal): -5656931 or 10333865. OLE color: 10333865.

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

Color convert

RGB 169 174 157 -
CMYK 0.03 0 0.10 0.32
HSL 77.65º 0.09% 0.65% -
HSV(B) 77.65º 0.1% 0.68% -
XYZ 37.58 41.14 37.86 -
YUV 170.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 169 174 157 0.03 0 0.10 0.32 77.65 0.09 0.65
Hex A9 AE 9D 3 0 A 20 4E 9 41
Octal 251 256 235 3 0 12 40 116 11 101
Binary 10101001 10101110 10011101 11 0 1010 100000 1001110 1001 1000001

Color Harmonies of #A9AE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AE9D

Black with #A9AE9D

Text Example


Text Example

White with #A9AE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AE9D; }

 p { color: rgb(169,174,157); }

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

background-color css

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

 a { background-color: rgb(169,174,157); }

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

border-color css

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

 span { border-color: rgb(169,174,157); }

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