#A6AE8C

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

Shades of Bud #A6AE8C

Tints of Bud #A6AE8C

Color information

#A6AE8C (or 0xA6AE8C) is unknown color: approx Bud. HEX triplet: A6, AE and 8C. RGB value is (166,174,140). Sum of RGB (Red+Green+Blue) = 166+174+140=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AE8C is #595173. Grayscale: #A7A7A7. Windows color (decimal): -5853556 or 9219750. OLE color: 9219750.

HSL color Cylindrical-coordinate representation of color #A6AE8C: hue angle of 74.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6AE8C is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB166174140-
CMYK0.0500.200.32
HSL74.12º17.35%61.57%-
HSV(B)74.12º19.54%68.24%-
XYZ35.640.2730.71-
YUV167.73112.35126.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=34.58%
G=36.25%
B=29.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741400.0500.200.3274.1217.3561.57
HexA6AE8C5014204a113e
Octal2462562145024401122176
Binary101001101010111010001100101010100100000100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AE8C; }

 p { color: rgb(166,174,140); }

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

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

 a { background-color: rgb(166,174,140); }

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

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

 span { border-color: rgb(166,174,140); }

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