Html Css Color HEX #A8AC60 Green Smoke

📋 copy color: '#A8AC60'

red 168 ◦ green 172 ◦ blue 96

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

Shades of Green Smoke #A8AC60

Tints of Green Smoke #A8AC60

RGB

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

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

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

R = 38.53%
G = 39.45%
B = 22.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#A8AC60 (or 0xA8AC60) is known color: Green Smoke. HEX triplet: A8, AC and 60. RGB value is (168,172,96). Sum of RGB (Red+Green+Blue) = 168+172+96=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC60 is #57539F. Grayscale: #A2A2A2. Windows color (decimal): -5723040 or 6335656. OLE color: 6335656.

HSL color Cylindrical-coordinate representation of color #A8AC60: hue angle of 63.16º 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 #A8AC60 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 96 -
CMYK 0.02 0 0.44 0.33
HSL 63.16º 0.31% 0.53% -
HSV(B) 63.16º 0.44% 0.67% -
XYZ 33.01 38.67 16.79 -
YUV 162.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 168 172 96 0.02 0 0.44 0.33 63.16 0.31 0.53
Hex A8 AC 60 2 0 2C 21 3F 1F 35
Octal 250 254 140 2 0 54 41 77 37 65
Binary 10101000 10101100 1100000 10 0 101100 100001 111111 11111 110101

Color Harmonies of #A8AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC60

Black with #A8AC60

Text Example


Text Example

White with #A8AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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