Html Css Color HEX #A9AC98 Green Spring

📋 copy color: '#A9AC98'

red 169 ◦ green 172 ◦ blue 152

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

Shades of Green Spring #A9AC98

Tints of Green Spring #A9AC98

RGB

 RED value IS 169 (66.41% from 255) = 34.28%

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

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

R = 34.28%
G = 34.89%
B = 30.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#A9AC98 (or 0xA9AC98) is known color: Green Spring. HEX triplet: A9, AC and 98. RGB value is (169,172,152). Sum of RGB (Red+Green+Blue) = 169+172+152=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AC98 is #565367. Grayscale: #A8A8A8. Windows color (decimal): -5657448 or 10005673. OLE color: 10005673.

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

Color convert

RGB 169 172 152 -
CMYK 0.02 0 0.12 0.33
HSL 69º 0.11% 0.64% -
HSV(B) 69º 0.12% 0.67% -
XYZ 36.78 40.21 35.53 -
YUV 168.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 169 172 152 0.02 0 0.12 0.33 69 0.11 0.64
Hex A9 AC 98 2 0 C 21 45 B 40
Octal 251 254 230 2 0 14 41 105 13 100
Binary 10101001 10101100 10011000 10 0 1100 100001 1000101 1011 1000000

Color Harmonies of #A9AC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AC98

Black with #A9AC98

Text Example


Text Example

White with #A9AC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AC98; }

 p { color: rgb(169,172,152); }

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

background-color css

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

 a { background-color: rgb(169,172,152); }

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

border-color css

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

 span { border-color: rgb(169,172,152); }

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