#A8AD8E

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

Shades of Bud #A8AD8E

Tints of Bud #A8AD8E

Color information

#A8AD8E (or 0xA8AD8E) is unknown color: approx Bud. HEX triplet: A8, AD and 8E. RGB value is (168,173,142). Sum of RGB (Red+Green+Blue) = 168+173+142=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD8E is #575271. Grayscale: #A8A8A8. Windows color (decimal): -5722738 or 9350568. OLE color: 9350568.

HSL color Cylindrical-coordinate representation of color #A8AD8E: hue angle of 69.68º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8AD8E is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB168173142-
CMYK0.0300.180.32
HSL69.68º15.9%61.76%-
HSV(B)69.68º17.92%67.84%-
XYZ35.9740.1631.45-
YUV167.97113.34128.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=34.78%
G=35.82%
B=29.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681731420.0300.180.3269.6815.961.76
HexA8AD8E30122046103e
Octal2502552163022401062076
Binary10101000101011011000111011010010100000100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD8E; }

 p { color: rgb(168,173,142); }

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

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

 a { background-color: rgb(168,173,142); }

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

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

 span { border-color: rgb(168,173,142); }

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