Html Css Color HEX #A8AD6D Green Smoke

📋 copy color: '#A8AD6D'

red 168 ◦ green 173 ◦ blue 109

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

Shades of Green Smoke #A8AD6D

Tints of Green Smoke #A8AD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.22%

R = 37.33%
G = 38.44%
B = 24.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#A8AD6D (or 0xA8AD6D) is known color: Green Smoke. HEX triplet: A8, AD and 6D. RGB value is (168,173,109). Sum of RGB (Red+Green+Blue) = 168+173+109=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD6D is #575292. Grayscale: #A4A4A4. Windows color (decimal): -5722771 or 7187880. OLE color: 7187880.

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

Color convert

RGB 168 173 109 -
CMYK 0.03 0 0.37 0.32
HSL 64.69º 0.28% 0.55% -
HSV(B) 64.69º 0.37% 0.68% -
XYZ 33.85 39.32 20.27 -
YUV 164.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 168 173 109 0.03 0 0.37 0.32 64.69 0.28 0.55
Hex A8 AD 6D 3 0 25 20 41 1C 37
Octal 250 255 155 3 0 45 40 101 34 67
Binary 10101000 10101101 1101101 11 0 100101 100000 1000001 11100 110111

Color Harmonies of #A8AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD6D

Black with #A8AD6D

Text Example


Text Example

White with #A8AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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