#A5A98A

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

Shades of Bud #A5A98A

Tints of Bud #A5A98A

Color information

#A5A98A (or 0xA5A98A) is unknown color: approx Bud. HEX triplet: A5, A9 and 8A. RGB value is (165,169,138). Sum of RGB (Red+Green+Blue) = 165+169+138=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A98A is #5A5675. Grayscale: #A4A4A4. Windows color (decimal): -5920374 or 9087397. OLE color: 9087397.

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

Color convert

RGB165169138-
CMYK0.0200.180.34
HSL67.74º15.27%60.2%-
HSV(B)67.74º18.34%66.27%-
XYZ34.2938.2129.61-
YUV164.27113.17128.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=34.96%
G=35.81%
B=29.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651691380.0200.180.3467.7415.2760.2
HexA5A98A20122244f3c
Octal2452512122022421041774
Binary1010010110101001100010101001001010001010001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A98A; }

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

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

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

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

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

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

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

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