Html Css Color HEX #A9AF9D Green Spring

📋 copy color: '#A9AF9D'

red 169 ◦ green 175 ◦ blue 157

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

Shades of Green Spring #A9AF9D

Tints of Green Spring #A9AF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.93%

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

R = 33.73%
G = 34.93%
B = 31.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#A9AF9D (or 0xA9AF9D) is known color: Green Spring. HEX triplet: A9, AF and 9D. RGB value is (169,175,157). Sum of RGB (Red+Green+Blue) = 169+175+157=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF9D is #565062. Grayscale: #ABABAB. Windows color (decimal): -5656675 or 10334121. OLE color: 10334121.

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

Color convert

RGB 169 175 157 -
CMYK 0.03 0 0.10 0.31
HSL 80º 0.1% 0.65% -
HSV(B) 80º 0.1% 0.69% -
XYZ 37.78 41.53 37.92 -
YUV 171.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 169 175 157 0.03 0 0.10 0.31 80 0.1 0.65
Hex A9 AF 9D 3 0 A 1F 50 A 41
Octal 251 257 235 3 0 12 37 120 12 101
Binary 10101001 10101111 10011101 11 0 1010 11111 1010000 1010 1000001

Color Harmonies of #A9AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AF9D

Black with #A9AF9D

Text Example


Text Example

White with #A9AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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