#A8AD8D

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

Shades of Bud #A8AD8D

Tints of Bud #A8AD8D

Color information

#A8AD8D (or 0xA8AD8D) is unknown color: approx Bud. HEX triplet: A8, AD and 8D. RGB value is (168,173,141). Sum of RGB (Red+Green+Blue) = 168+173+141=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD8D is #575272. Grayscale: #A7A7A7. Windows color (decimal): -5722739 or 9285032. OLE color: 9285032.

HSL color Cylindrical-coordinate representation of color #A8AD8D: hue angle of 69.38º 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 #A8AD8D is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB168173141-
CMYK0.0300.180.32
HSL69.38º16.33%61.57%-
HSV(B)69.38º18.5%67.84%-
XYZ35.940.1431.05-
YUV167.86112.84128.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=34.85%
G=35.89%
B=29.25%

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
Decimal1681731410.0300.180.3269.3816.3361.57
HexA8AD8D30122045103e
Octal2502552153022401052076
Binary10101000101011011000110111010010100000100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD8D; }

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

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

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

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

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

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

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

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