Html Css Color HEX #A8AE96 Green Spring

📋 copy color: '#A8AE96'

red 168 ◦ green 174 ◦ blue 150

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

Shades of Green Spring #A8AE96

Tints of Green Spring #A8AE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 34.15%
G = 35.37%
B = 30.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#A8AE96 (or 0xA8AE96) is known color: Green Spring. HEX triplet: A8, AE and 96. RGB value is (168,174,150). Sum of RGB (Red+Green+Blue) = 168+174+150=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE96 is #575169. Grayscale: #A9A9A9. Windows color (decimal): -5722474 or 9875112. OLE color: 9875112.

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

Color convert

RGB 168 174 150 -
CMYK 0.03 0 0.14 0.32
HSL 75º 0.13% 0.64% -
HSV(B) 75º 0.14% 0.68% -
XYZ 36.79 40.8 34.79 -
YUV 169.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 168 174 150 0.03 0 0.14 0.32 75 0.13 0.64
Hex A8 AE 96 3 0 E 20 4B D 40
Octal 250 256 226 3 0 16 40 113 15 100
Binary 10101000 10101110 10010110 11 0 1110 100000 1001011 1101 1000000

Color Harmonies of #A8AE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE96

Black with #A8AE96

Text Example


Text Example

White with #A8AE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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