Html Css Color HEX #A8AD99 Green Spring

📋 copy color: '#A8AD99'

red 168 ◦ green 173 ◦ blue 153

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

Shades of Green Spring #A8AD99

Tints of Green Spring #A8AD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.97%

R = 34.01%
G = 35.02%
B = 30.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#A8AD99 (or 0xA8AD99) is known color: Green Spring. HEX triplet: A8, AD and 99. RGB value is (168,173,153). Sum of RGB (Red+Green+Blue) = 168+173+153=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD99 is #575266. Grayscale: #A9A9A9. Windows color (decimal): -5722727 or 10071464. OLE color: 10071464.

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

Color convert

RGB 168 173 153 -
CMYK 0.03 0 0.12 0.32
HSL 75º 0.11% 0.64% -
HSV(B) 75º 0.12% 0.68% -
XYZ 36.84 40.51 36.01 -
YUV 169.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 168 173 153 0.03 0 0.12 0.32 75 0.11 0.64
Hex A8 AD 99 3 0 C 20 4B B 40
Octal 250 255 231 3 0 14 40 113 13 100
Binary 10101000 10101101 10011001 11 0 1100 100000 1001011 1011 1000000

Color Harmonies of #A8AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD99

Black with #A8AD99

Text Example


Text Example

White with #A8AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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