Html Css Color HEX #A8AA9D Green Spring

📋 copy color: '#A8AA9D'

red 168 ◦ green 170 ◦ blue 157

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

Shades of Green Spring #A8AA9D

Tints of Green Spring #A8AA9D

RGB

 RED value IS 168 (66.02% from 255) = 33.94%

 GREEN value IS 170 (66.8% from 255) = 34.34%

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

R = 33.94%
G = 34.34%
B = 31.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#A8AA9D (or 0xA8AA9D) is known color: Green Spring. HEX triplet: A8, AA and 9D. RGB value is (168,170,157). Sum of RGB (Red+Green+Blue) = 168+170+157=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA9D is #575562. Grayscale: #A7A7A7. Windows color (decimal): -5723491 or 10332840. OLE color: 10332840.

HSL color Cylindrical-coordinate representation of color #A8AA9D: hue angle of 69.23º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8AA9D is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 170 157 -
CMYK 0.01 0 0.08 0.33
HSL 69.23º 0.07% 0.64% -
HSV(B) 69.23º 0.08% 0.67% -
XYZ 36.61 39.51 37.59 -
YUV 167.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 168 170 157 0.01 0 0.08 0.33 69.23 0.07 0.64
Hex A8 AA 9D 1 0 8 21 45 7 40
Octal 250 252 235 1 0 10 41 105 7 100
Binary 10101000 10101010 10011101 1 0 1000 100001 1000101 111 1000000

Color Harmonies of #A8AA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA9D

Black with #A8AA9D

Text Example


Text Example

White with #A8AA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA9D; }

 p { color: rgb(168,170,157); }

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

background-color css

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

 a { background-color: rgb(168,170,157); }

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

border-color css

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

 span { border-color: rgb(168,170,157); }

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