Html Css Color HEX #A8AE9E Green Spring

📋 copy color: '#A8AE9E'

red 168 ◦ green 174 ◦ blue 158

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

Shades of Green Spring #A8AE9E

Tints of Green Spring #A8AE9E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.8%

 BLUE value IS 158 (62.11% from 255) = 31.6%

R = 33.6%
G = 34.8%
B = 31.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#A8AE9E (or 0xA8AE9E) is known color: Green Spring. HEX triplet: A8, AE and 9E. RGB value is (168,174,158). Sum of RGB (Red+Green+Blue) = 168+174+158=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE9E is #575161. Grayscale: #AAAAAA. Windows color (decimal): -5722466 or 10399400. OLE color: 10399400.

HSL color Cylindrical-coordinate representation of color #A8AE9E: hue angle of 82.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8AE9E is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 174 158 -
CMYK 0.03 0 0.09 0.32
HSL 82.5º 0.09% 0.65% -
HSV(B) 82.5º 0.09% 0.68% -
XYZ 37.46 41.07 38.3 -
YUV 170.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 168 174 158 0.03 0 0.09 0.32 82.5 0.09 0.65
Hex A8 AE 9E 3 0 9 20 52 9 41
Octal 250 256 236 3 0 11 40 122 11 101
Binary 10101000 10101110 10011110 11 0 1001 100000 1010010 1001 1000001

Color Harmonies of #A8AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE9E

Black with #A8AE9E

Text Example


Text Example

White with #A8AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE9E; }

 p { color: rgb(168,174,158); }

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

background-color css

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

 a { background-color: rgb(168,174,158); }

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

border-color css

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

 span { border-color: rgb(168,174,158); }

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