Html Css Color HEX #A8AD9C Green Spring

📋 copy color: '#A8AD9C'

red 168 ◦ green 173 ◦ blue 156

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

Shades of Green Spring #A8AD9C

Tints of Green Spring #A8AD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.39%

R = 33.8%
G = 34.81%
B = 31.39%

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

#A8AD9C (or 0xA8AD9C) is known color: Green Spring. HEX triplet: A8, AD and 9C. RGB value is (168,173,156). Sum of RGB (Red+Green+Blue) = 168+173+156=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD9C is #575263. Grayscale: #A9A9A9. Windows color (decimal): -5722724 or 10268072. OLE color: 10268072.

HSL color Cylindrical-coordinate representation of color #A8AD9C: 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 #A8AD9C is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 173 156 -
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.09 40.61 37.34 -
YUV 169.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 168 173 156 0.03 0 0.10 0.32 77.65 0.09 0.65
Hex A8 AD 9C 3 0 A 20 4E 9 41
Octal 250 255 234 3 0 12 40 116 11 101
Binary 10101000 10101101 10011100 11 0 1010 100000 1001110 1001 1000001

Color Harmonies of #A8AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD9C

Black with #A8AD9C

Text Example


Text Example

White with #A8AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD9C; }

 p { color: rgb(168,173,156); }

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

background-color css

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

 a { background-color: rgb(168,173,156); }

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

border-color css

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

 span { border-color: rgb(168,173,156); }

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