#A3A688

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

Shades of Bud #A3A688

Tints of Bud #A3A688

Color information

#A3A688 (or 0xA3A688) is unknown color: approx Bud. HEX triplet: A3, A6 and 88. RGB value is (163,166,136). Sum of RGB (Red+Green+Blue) = 163+166+136=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A688 is #5C5977. Grayscale: #A1A1A1. Windows color (decimal): -6052216 or 8955555. OLE color: 8955555.

HSL color Cylindrical-coordinate representation of color #A3A688: hue angle of 66º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3A688 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB163166136-
CMYK0.0200.180.35
HSL66º14.42%59.22%-
HSV(B)66º18.07%65.1%-
XYZ33.1836.8428.65-
YUV161.68113.51128.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=35.05%
G=35.70%
B=29.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631661360.0200.180.356614.4259.22
HexA3A68820122342e3b
Octal2432462102022431021673
Binary1010001110100110100010001001001010001110000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A688; }

 p { color: rgb(163,166,136); }

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

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

 a { background-color: rgb(163,166,136); }

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

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

 span { border-color: rgb(163,166,136); }

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