Html Css Color HEX #A8AD60 Green Smoke

📋 copy color: '#A8AD60'

red 168 ◦ green 173 ◦ blue 96

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

Shades of Green Smoke #A8AD60

Tints of Green Smoke #A8AD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.59%

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

R = 38.44%
G = 39.59%
B = 21.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#A8AD60 (or 0xA8AD60) is known color: Green Smoke. HEX triplet: A8, AD and 60. RGB value is (168,173,96). Sum of RGB (Red+Green+Blue) = 168+173+96=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD60 is #57529F. Grayscale: #A3A3A3. Windows color (decimal): -5722784 or 6335912. OLE color: 6335912.

HSL color Cylindrical-coordinate representation of color #A8AD60: hue angle of 63.9º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8AD60 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 173 96 -
CMYK 0.03 0 0.45 0.32
HSL 63.9º 0.32% 0.53% -
HSV(B) 63.9º 0.45% 0.68% -
XYZ 33.2 39.06 16.85 -
YUV 162.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 168 173 96 0.03 0 0.45 0.32 63.9 0.32 0.53
Hex A8 AD 60 3 0 2D 20 40 20 35
Octal 250 255 140 3 0 55 40 100 40 65
Binary 10101000 10101101 1100000 11 0 101101 100000 1000000 100000 110101

Color Harmonies of #A8AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD60

Black with #A8AD60

Text Example


Text Example

White with #A8AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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