Html Css Color HEX #A8AC64 Green Smoke

📋 copy color: '#A8AC64'

red 168 ◦ green 172 ◦ blue 100

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

Shades of Green Smoke #A8AC64

Tints of Green Smoke #A8AC64

RGB

 RED value IS 168 (66.02% from 255) = 38.18%

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

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 38.18%
G = 39.09%
B = 22.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A8AC64 (or 0xA8AC64) is known color: Green Smoke. HEX triplet: A8, AC and 64. RGB value is (168,172,100). Sum of RGB (Red+Green+Blue) = 168+172+100=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC64 is #57539B. Grayscale: #A2A2A2. Windows color (decimal): -5723036 or 6597800. OLE color: 6597800.

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

Color convert

RGB 168 172 100 -
CMYK 0.02 0 0.42 0.33
HSL 63.33º 0.3% 0.53% -
HSV(B) 63.33º 0.42% 0.67% -
XYZ 33.2 38.75 17.79 -
YUV 162.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 168 172 100 0.02 0 0.42 0.33 63.33 0.3 0.53
Hex A8 AC 64 2 0 2A 21 3F 1E 35
Octal 250 254 144 2 0 52 41 77 36 65
Binary 10101000 10101100 1100100 10 0 101010 100001 111111 11110 110101

Color Harmonies of #A8AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC64

Black with #A8AC64

Text Example


Text Example

White with #A8AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC64; }

 p { color: rgb(168,172,100); }

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

background-color css

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

 a { background-color: rgb(168,172,100); }

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

border-color css

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

 span { border-color: rgb(168,172,100); }

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