Html Css Color HEX #A8AD61 Green Smoke

📋 copy color: '#A8AD61'

red 168 ◦ green 173 ◦ blue 97

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

Shades of Green Smoke #A8AD61

Tints of Green Smoke #A8AD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.15%

R = 38.36%
G = 39.5%
B = 22.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#A8AD61 (or 0xA8AD61) is known color: Green Smoke. HEX triplet: A8, AD and 61. RGB value is (168,173,97). Sum of RGB (Red+Green+Blue) = 168+173+97=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD61 is #57529E. Grayscale: #A3A3A3. Windows color (decimal): -5722783 or 6401448. OLE color: 6401448.

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

Color convert

RGB 168 173 97 -
CMYK 0.03 0 0.44 0.32
HSL 63.95º 0.32% 0.53% -
HSV(B) 63.95º 0.44% 0.68% -
XYZ 33.25 39.08 17.1 -
YUV 162.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 168 173 97 0.03 0 0.44 0.32 63.95 0.32 0.53
Hex A8 AD 61 3 0 2C 20 40 20 35
Octal 250 255 141 3 0 54 40 100 40 65
Binary 10101000 10101101 1100001 11 0 101100 100000 1000000 100000 110101

Color Harmonies of #A8AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD61

Black with #A8AD61

Text Example


Text Example

White with #A8AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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