Html Css Color HEX #A4AA60 Green Smoke

📋 copy color: '#A4AA60'

red 164 ◦ green 170 ◦ blue 96

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

Shades of Green Smoke #A4AA60

Tints of Green Smoke #A4AA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 38.14%
G = 39.53%
B = 22.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#A4AA60 (or 0xA4AA60) is known color: Green Smoke. HEX triplet: A4, AA and 60. RGB value is (164,170,96). Sum of RGB (Red+Green+Blue) = 164+170+96=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA60 is #5B559F. Grayscale: #A0A0A0. Windows color (decimal): -5985696 or 6335140. OLE color: 6335140.

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

Color convert

RGB 164 170 96 -
CMYK 0.04 0 0.44 0.33
HSL 64.86º 0.3% 0.52% -
HSV(B) 64.86º 0.44% 0.67% -
XYZ 31.8 37.49 16.63 -
YUV 159.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 164 170 96 0.04 0 0.44 0.33 64.86 0.3 0.52
Hex A4 AA 60 4 0 2C 21 41 1E 34
Octal 244 252 140 4 0 54 41 101 36 64
Binary 10100100 10101010 1100000 100 0 101100 100001 1000001 11110 110100

Color Harmonies of #A4AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA60

Black with #A4AA60

Text Example


Text Example

White with #A4AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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