Html Css Color HEX #A8A668 Green Smoke

📋 copy color: '#A8A668'

red 168 ◦ green 166 ◦ blue 104

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

Shades of Green Smoke #A8A668

Tints of Green Smoke #A8A668

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 38.36%
G = 37.9%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A8A668 (or 0xA8A668) is known color: Green Smoke. HEX triplet: A8, A6 and 68. RGB value is (168,166,104). Sum of RGB (Red+Green+Blue) = 168+166+104=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A668 is #575997. Grayscale: #9F9F9F. Windows color (decimal): -5724568 or 6858408. OLE color: 6858408.

HSL color Cylindrical-coordinate representation of color #A8A668: hue angle of 58.12º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8A668 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 166 104 -
CMYK 0 0.01 0.38 0.34
HSL 58.13º 0.27% 0.53% -
HSV(B) 58.13º 0.38% 0.66% -
XYZ 32.28 36.6 18.46 -
YUV 159.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 168 166 104 0 0.01 0.38 0.34 58.13 0.27 0.53
Hex A8 A6 68 0 1 26 22 3A 1B 35
Octal 250 246 150 0 1 46 42 72 33 65
Binary 10101000 10100110 1101000 0 1 100110 100010 111010 11011 110101

Color Harmonies of #A8A668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A668

Black with #A8A668

Text Example


Text Example

White with #A8A668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A668; }

 p { color: rgb(168,166,104); }

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

background-color css

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

 a { background-color: rgb(168,166,104); }

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

border-color css

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

 span { border-color: rgb(168,166,104); }

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