#A8A568

Color #A8A568 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A8A568

Tints of Green Smoke #A8A568

Color information

#A8A568 (or 0xA8A568) is unknown color: approx Green Smoke. HEX triplet: A8, A5 and 68. RGB value is (168,165,104). Sum of RGB (Red+Green+Blue) = 168+165+104=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A568 is #575A97. Grayscale: #9F9F9F. Windows color (decimal): -5724824 or 6858152. OLE color: 6858152.

HSL color Cylindrical-coordinate representation of color #A8A568: hue angle of 57.19º 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 #A8A568 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168165104-
CMYK00.020.380.34
HSL57.19º26.89%53.33%-
HSV(B)57.19º38.1%65.88%-
XYZ32.136.2318.4-
YUV158.9496.99134.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 104 (41.02% from 255) = 23.80%
R=38.44%
G=37.76%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816510400.020.380.3457.1926.8953.33
HexA8A568022622391b35
Octal250245150024642713365
Binary1010100010100101110100001010011010001011100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A568; }

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

 H1.HeaderClassName
 {
   color: #A8A568;
 }
 .AnyTagClassName
 {
   color: #A8A568;
 }
</style>
background-color css

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

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

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

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

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

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