#A5A98C

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

Shades of Bud #A5A98C

Tints of Bud #A5A98C

Color information

#A5A98C (or 0xA5A98C) is unknown color: approx Bud. HEX triplet: A5, A9 and 8C. RGB value is (165,169,140). Sum of RGB (Red+Green+Blue) = 165+169+140=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A98C is #5A5673. Grayscale: #A4A4A4. Windows color (decimal): -5920372 or 9218469. OLE color: 9218469.

HSL color Cylindrical-coordinate representation of color #A5A98C: hue angle of 68.28º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5A98C is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB165169140-
CMYK0.0200.170.34
HSL68.28º14.43%60.59%-
HSV(B)68.28º17.16%66.27%-
XYZ34.4438.2730.38-
YUV164.5114.17128.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=34.81%
G=35.65%
B=29.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651691400.0200.170.3468.2814.4360.59
HexA5A98C20112244e3d
Octal2452512142021421041675
Binary1010010110101001100011001001000110001010001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A98C; }

 p { color: rgb(165,169,140); }

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

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

 a { background-color: rgb(165,169,140); }

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

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

 span { border-color: rgb(165,169,140); }

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