Html Css Color HEX #A4AA94 Green Spring

📋 copy color: '#A4AA94'

red 164 ◦ green 170 ◦ blue 148

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

Shades of Green Spring #A4AA94

Tints of Green Spring #A4AA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 34.02%
G = 35.27%
B = 30.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#A4AA94 (or 0xA4AA94) is known color: Green Spring. HEX triplet: A4, AA and 94. RGB value is (164,170,148). Sum of RGB (Red+Green+Blue) = 164+170+148=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA94 is #5B556B. Grayscale: #A5A5A5. Windows color (decimal): -5985644 or 9743012. OLE color: 9743012.

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

Color convert

RGB 164 170 148 -
CMYK 0.04 0 0.13 0.33
HSL 76.36º 0.11% 0.62% -
HSV(B) 76.36º 0.13% 0.67% -
XYZ 35.03 38.78 33.66 -
YUV 165.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 164 170 148 0.04 0 0.13 0.33 76.36 0.11 0.62
Hex A4 AA 94 4 0 D 21 4C B 3E
Octal 244 252 224 4 0 15 41 114 13 76
Binary 10100100 10101010 10010100 100 0 1101 100001 1001100 1011 111110

Color Harmonies of #A4AA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA94

Black with #A4AA94

Text Example


Text Example

White with #A4AA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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