Html Css Color HEX #A8AC9D Green Spring

📋 copy color: '#A8AC9D'

red 168 ◦ green 172 ◦ blue 157

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

Shades of Green Spring #A8AC9D

Tints of Green Spring #A8AC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

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

R = 33.8%
G = 34.61%
B = 31.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#A8AC9D (or 0xA8AC9D) is known color: Green Spring. HEX triplet: A8, AC and 9D. RGB value is (168,172,157). Sum of RGB (Red+Green+Blue) = 168+172+157=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC9D is #575362. Grayscale: #A9A9A9. Windows color (decimal): -5722979 or 10333352. OLE color: 10333352.

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

Color convert

RGB 168 172 157 -
CMYK 0.02 0 0.09 0.33
HSL 76º 0.08% 0.65% -
HSV(B) 76º 0.09% 0.67% -
XYZ 36.99 40.26 37.72 -
YUV 169.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 168 172 157 0.02 0 0.09 0.33 76 0.08 0.65
Hex A8 AC 9D 2 0 9 21 4C 8 41
Octal 250 254 235 2 0 11 41 114 10 101
Binary 10101000 10101100 10011101 10 0 1001 100001 1001100 1000 1000001

Color Harmonies of #A8AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC9D

Black with #A8AC9D

Text Example


Text Example

White with #A8AC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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