#A8B169

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

Shades of Green Smoke #A8B169

Tints of Green Smoke #A8B169

Color information

#A8B169 (or 0xA8B169) is unknown color: approx Green Smoke. HEX triplet: A8, B1 and 69. RGB value is (168,177,105). Sum of RGB (Red+Green+Blue) = 168+177+105=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B169 is #574E96. Grayscale: #A6A6A6. Windows color (decimal): -5721751 or 6926760. OLE color: 6926760.

HSL color Cylindrical-coordinate representation of color #A8B169: hue angle of 67.5º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8B169 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB168177105-
CMYK0.0500.410.31
HSL67.5º31.58%55.29%-
HSV(B)67.5º40.68%69.41%-
XYZ34.4240.7919.42-
YUV166.193.52129.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=37.33%
G=39.33%
B=23.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681771050.0500.410.3167.531.5855.29
HexA8B16950291F442037
Octal2502611515051371044067
Binary101010001011000111010011010101001111111000100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B169; }

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

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

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

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

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

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

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

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