Html Css Color HEX #A4AC60 Green Smoke

📋 copy color: '#A4AC60'

red 164 ◦ green 172 ◦ blue 96

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

Shades of Green Smoke #A4AC60

Tints of Green Smoke #A4AC60

RGB

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

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

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

R = 37.96%
G = 39.81%
B = 22.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#A4AC60 (or 0xA4AC60) is known color: Green Smoke. HEX triplet: A4, AC and 60. RGB value is (164,172,96). Sum of RGB (Red+Green+Blue) = 164+172+96=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AC60 is #5B539F. Grayscale: #A1A1A1. Windows color (decimal): -5985184 or 6335652. OLE color: 6335652.

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

Color convert

RGB 164 172 96 -
CMYK 0.05 0 0.44 0.33
HSL 66.32º 0.31% 0.53% -
HSV(B) 66.32º 0.44% 0.67% -
XYZ 32.17 38.24 16.75 -
YUV 160.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 164 172 96 0.05 0 0.44 0.33 66.32 0.31 0.53
Hex A4 AC 60 5 0 2C 21 42 1F 35
Octal 244 254 140 5 0 54 41 102 37 65
Binary 10100100 10101100 1100000 101 0 101100 100001 1000010 11111 110101

Color Harmonies of #A4AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AC60

Black with #A4AC60

Text Example


Text Example

White with #A4AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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