Html Css Color HEX #A4AA96 Green Spring

📋 copy color: '#A4AA96'

red 164 ◦ green 170 ◦ blue 150

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

Shades of Green Spring #A4AA96

Tints of Green Spring #A4AA96

RGB

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

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

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

R = 33.88%
G = 35.12%
B = 30.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#A4AA96 (or 0xA4AA96) is known color: Green Spring. HEX triplet: A4, AA and 96. RGB value is (164,170,150). Sum of RGB (Red+Green+Blue) = 164+170+150=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA96 is #5B5569. Grayscale: #A6A6A6. Windows color (decimal): -5985642 or 9874084. OLE color: 9874084.

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

Color convert

RGB 164 170 150 -
CMYK 0.04 0 0.12 0.33
HSL 78º 0.11% 0.63% -
HSV(B) 78º 0.12% 0.67% -
XYZ 35.19 38.84 34.5 -
YUV 165.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 164 170 150 0.04 0 0.12 0.33 78 0.11 0.63
Hex A4 AA 96 4 0 C 21 4E B 3F
Octal 244 252 226 4 0 14 41 116 13 77
Binary 10100100 10101010 10010110 100 0 1100 100001 1001110 1011 111111

Color Harmonies of #A4AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA96

Black with #A4AA96

Text Example


Text Example

White with #A4AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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