#A3AD89

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

Shades of Bud #A3AD89

Tints of Bud #A3AD89

Color information

#A3AD89 (or 0xA3AD89) is unknown color: approx Bud. HEX triplet: A3, AD and 89. RGB value is (163,173,137). Sum of RGB (Red+Green+Blue) = 163+173+137=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD89 is #5C5276. Grayscale: #A6A6A6. Windows color (decimal): -6050423 or 9022883. OLE color: 9022883.

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

Color convert

RGB163173137-
CMYK0.0600.210.32
HSL76.67º18%60.78%-
HSV(B)76.67º20.81%67.84%-
XYZ34.5639.4829.47-
YUV165.91111.69125.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=34.46%
G=36.58%
B=28.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631731370.0600.210.3276.671860.78
HexA3AD896015204d123d
Octal2432552116025401152275
Binary101000111010110110001001110010101100000100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AD89; }

 p { color: rgb(163,173,137); }

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

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

 a { background-color: rgb(163,173,137); }

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

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

 span { border-color: rgb(163,173,137); }

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