#A3A78B

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

Shades of Bud #A3A78B

Tints of Bud #A3A78B

Color information

#A3A78B (or 0xA3A78B) is unknown color: approx Bud. HEX triplet: A3, A7 and 8B. RGB value is (163,167,139). Sum of RGB (Red+Green+Blue) = 163+167+139=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A78B is #5C5874. Grayscale: #A2A2A2. Windows color (decimal): -6051957 or 9152419. OLE color: 9152419.

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

Color convert

RGB163167139-
CMYK0.0200.170.35
HSL68.57º13.73%60%-
HSV(B)68.57º16.77%65.49%-
XYZ33.5837.2929.85-
YUV162.61114.67128.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=34.75%
G=35.61%
B=29.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631671390.0200.170.3568.5713.7360
HexA3A78B20112345e3c
Octal2432472132021431051674
Binary1010001110100111100010111001000110001110001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A78B; }

 p { color: rgb(163,167,139); }

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

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

 a { background-color: rgb(163,167,139); }

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

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

 span { border-color: rgb(163,167,139); }

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