Html Css Color HEX #A4AA99 Green Spring

📋 copy color: '#A4AA99'

red 164 ◦ green 170 ◦ blue 153

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

Shades of Green Spring #A4AA99

Tints of Green Spring #A4AA99

RGB

 RED value IS 164 (64.45% from 255) = 33.68%

 GREEN value IS 170 (66.8% from 255) = 34.91%

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

R = 33.68%
G = 34.91%
B = 31.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#A4AA99 (or 0xA4AA99) is known color: Green Spring. HEX triplet: A4, AA and 99. RGB value is (164,170,153). Sum of RGB (Red+Green+Blue) = 164+170+153=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA99 is #5B5566. Grayscale: #A6A6A6. Windows color (decimal): -5985639 or 10070692. OLE color: 10070692.

HSL color Cylindrical-coordinate representation of color #A4AA99: hue angle of 81.18º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4AA99 is Cyan = 0.04, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 170 153 -
CMYK 0.04 0 0.1 0.33
HSL 81.18º 0.09% 0.63% -
HSV(B) 81.18º 0.1% 0.67% -
XYZ 35.43 38.94 35.79 -
YUV 166.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 164 170 153 0.04 0 0.1 0.33 81.18 0.09 0.63
Hex A4 AA 99 4 0 A 21 51 9 3F
Octal 244 252 231 4 0 12 41 121 11 77
Binary 10100100 10101010 10011001 100 0 1010 100001 1010001 1001 111111

Color Harmonies of #A4AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA99

Black with #A4AA99

Text Example


Text Example

White with #A4AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA99; }

 p { color: rgb(164,170,153); }

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

background-color css

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

 a { background-color: rgb(164,170,153); }

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

border-color css

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

 span { border-color: rgb(164,170,153); }

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