#A8B869

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

Shades of Green Smoke #A8B869

Tints of Green Smoke #A8B869

Color information

#A8B869 (or 0xA8B869) is unknown color: approx Green Smoke. HEX triplet: A8, B8 and 69. RGB value is (168,184,105). Sum of RGB (Red+Green+Blue) = 168+184+105=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B869 is #574796. Grayscale: #AAAAAA. Windows color (decimal): -5719959 or 6928552. OLE color: 6928552.

HSL color Cylindrical-coordinate representation of color #A8B869: hue angle of 72.15º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8B869 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB168184105-
CMYK0.0900.430.28
HSL72.15º35.75%56.67%-
HSV(B)72.15º42.93%72.16%-
XYZ35.8443.6319.9-
YUV170.2191.2126.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=36.76%
G=40.26%
B=22.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681841050.0900.430.2872.1535.7556.67
HexA8B869902B1C482439
Octal25027015111053341104471
Binary1010100010111000110100110010101011111001001000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B869; }

 p { color: rgb(168,184,105); }

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

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

 a { background-color: rgb(168,184,105); }

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

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

 span { border-color: rgb(168,184,105); }

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