Html Css Color HEX #A8AD98 Green Spring

📋 copy color: '#A8AD98'

red 168 ◦ green 173 ◦ blue 152

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

Shades of Green Spring #A8AD98

Tints of Green Spring #A8AD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.83%

R = 34.08%
G = 35.09%
B = 30.83%

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

#A8AD98 (or 0xA8AD98) is known color: Green Spring. HEX triplet: A8, AD and 98. RGB value is (168,173,152). Sum of RGB (Red+Green+Blue) = 168+173+152=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD98 is #575267. Grayscale: #A9A9A9. Windows color (decimal): -5722728 or 10005928. OLE color: 10005928.

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

Color convert

RGB 168 173 152 -
CMYK 0.03 0 0.12 0.32
HSL 74.29º 0.11% 0.64% -
HSV(B) 74.29º 0.12% 0.68% -
XYZ 36.76 40.48 35.58 -
YUV 169.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 168 173 152 0.03 0 0.12 0.32 74.29 0.11 0.64
Hex A8 AD 98 3 0 C 20 4A B 40
Octal 250 255 230 3 0 14 40 112 13 100
Binary 10101000 10101101 10011000 11 0 1100 100000 1001010 1011 1000000

Color Harmonies of #A8AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD98

Black with #A8AD98

Text Example


Text Example

White with #A8AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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