Html Css Color HEX #A8AC9F Green Spring

📋 copy color: '#A8AC9F'

red 168 ◦ green 172 ◦ blue 159

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

Shades of Green Spring #A8AC9F

Tints of Green Spring #A8AC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.86%

R = 33.67%
G = 34.47%
B = 31.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#A8AC9F (or 0xA8AC9F) is known color: Green Spring. HEX triplet: A8, AC and 9F. RGB value is (168,172,159). Sum of RGB (Red+Green+Blue) = 168+172+159=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC9F is #575360. Grayscale: #A9A9A9. Windows color (decimal): -5722977 or 10464424. OLE color: 10464424.

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

Color convert

RGB 168 172 159 -
CMYK 0.02 0 0.08 0.33
HSL 78.46º 0.07% 0.65% -
HSV(B) 78.46º 0.08% 0.67% -
XYZ 37.16 40.33 38.63 -
YUV 169.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 168 172 159 0.02 0 0.08 0.33 78.46 0.07 0.65
Hex A8 AC 9F 2 0 8 21 4E 7 41
Octal 250 254 237 2 0 10 41 116 7 101
Binary 10101000 10101100 10011111 10 0 1000 100001 1001110 111 1000001

Color Harmonies of #A8AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC9F

Black with #A8AC9F

Text Example


Text Example

White with #A8AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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