Html Css Color HEX #A8AD64 Green Smoke

📋 copy color: '#A8AD64'

red 168 ◦ green 173 ◦ blue 100

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

Shades of Green Smoke #A8AD64

Tints of Green Smoke #A8AD64

RGB

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

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

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

R = 38.1%
G = 39.23%
B = 22.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#A8AD64 (or 0xA8AD64) is known color: Green Smoke. HEX triplet: A8, AD and 64. RGB value is (168,173,100). Sum of RGB (Red+Green+Blue) = 168+173+100=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD64 is #57529B. Grayscale: #A3A3A3. Windows color (decimal): -5722780 or 6598056. OLE color: 6598056.

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

Color convert

RGB 168 173 100 -
CMYK 0.03 0 0.42 0.32
HSL 64.11º 0.31% 0.54% -
HSV(B) 64.11º 0.42% 0.68% -
XYZ 33.39 39.13 17.85 -
YUV 163.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 168 173 100 0.03 0 0.42 0.32 64.11 0.31 0.54
Hex A8 AD 64 3 0 2A 20 40 1F 36
Octal 250 255 144 3 0 52 40 100 37 66
Binary 10101000 10101101 1100100 11 0 101010 100000 1000000 11111 110110

Color Harmonies of #A8AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD64

Black with #A8AD64

Text Example


Text Example

White with #A8AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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